pulumi/pkg/codegen/testing/test/testdata/third-party-package-pp/third-party-package.pp

8 lines
130 B
Puppet

resource Other "other:index:Thing" {
idea = "Support Third Party"
}
resource Question "other:module:Object" {
answer = 42
}