pulumi/tests/testdata/codegen/third-party-package-pp/third-party-package.pp

20 lines
334 B
Puppet
Raw Permalink Normal View History

resource Other "other:index:Thing" {
idea = "Support Third Party"
}
resource Question "other:module:Object" {
answer = 42
}
2022-09-15 16:53:14 +00:00
resource Question2 "other:module/sub:Object" {
2022-09-15 16:32:38 +00:00
answer = 24
}
resource Provider "pulumi:providers:other" {
objectProp = {
prop1 = "foo"
prop2 = "bar"
prop3 = "fizz"
}
}