mirror of https://github.com/pulumi/pulumi.git
9 lines
159 B
Puppet
9 lines
159 B
Puppet
|
data = invoke("unknown:index:getData", {
|
||
|
input = "hello"
|
||
|
})
|
||
|
|
||
|
values = invoke("unknown:eks:moduleValues", {})
|
||
|
|
||
|
output "content" {
|
||
|
value = data.content
|
||
|
}
|