mirror of https://github.com/pulumi/pulumi.git
7 lines
105 B
Puppet
7 lines
105 B
Puppet
|
resource thing "other:index:Thing" {
|
||
|
idea = "myIdea"
|
||
|
options {
|
||
|
version = "0.1.0"
|
||
|
}
|
||
|
}
|