pulumi/pkg/codegen/testing/test/testdata/transpiled_examples/readme-pp
aq17 b10b0c80a1 Test YAML PCL examples 2022-10-24 10:33:48 -07:00
..
nodejs Test YAML PCL examples 2022-10-24 10:33:48 -07:00
python Test YAML PCL examples 2022-10-24 10:33:48 -07:00
readme.pp (pulumi-bot) Synced local 'pkg/codegen/testing/test/testdata/transpiled_examples' with remote 'pkg/tests/transpiled_examples' 2022-10-18 22:26:54 +00:00

readme.pp

output strVar {
	__logicalName = "strVar"
	value = "foo"
}

output arrVar {
	__logicalName = "arrVar"
	value = [
		"fizz",
		"buzz"
	]
}

output readme {
	__logicalName = "readme"
	value = readFile("./Pulumi.README.md")
}