mirror of https://github.com/pulumi/pulumi.git
7 lines
117 B
Puppet
7 lines
117 B
Puppet
![]() |
resource "res" "large:index:String" {
|
||
|
value = "hello world"
|
||
|
}
|
||
|
|
||
|
output "output" "string" {
|
||
|
value = res.value
|
||
|
}
|