mirror of https://github.com/pulumi/pulumi.git
8 lines
126 B
Puppet
8 lines
126 B
Puppet
|
resource "target" "simple:index:Resource" {
|
||
|
value = true
|
||
|
}
|
||
|
|
||
|
resource "other" "simple:index:Resource" {
|
||
|
value = true
|
||
|
}
|