pulumi/tests/testdata/codegen/mutually-dependant-componen.../first/main.pp

5 lines
74 B
Puppet

config "firstInput" "string" { }
output "data" {
value = firstInput
}