pulumi/tests/testdata/codegen/modpath-pp/modpath.pp

7 lines
105 B
Puppet
Raw Permalink Normal View History

2022-10-10 23:01:53 +00:00
resource thing "other:index:Thing" {
idea = "myIdea"
options {
version = "0.1.0"
}
}