pulumi/pkg/codegen/testing/test/testdata/logical-name-pp
Fraser Waters 966fd75011
Check PCL outputs can have arbitrary labels (#15180)
Prompted by https://github.com/pulumi/pulumi-yaml/pull/546

At some point we added `__logicalName` to outputs to match
resources/config. But outputs don't actually need lexical and logical
names, they only have logical names. In the cases where `__logicalName`
was set the lexical name was totally ignored.

We can simply just use the block label (block labels can be arbitrary
strings) and eventually deprecate the `__logicalName` option on
`output`.
2024-01-18 22:07:02 +00:00
..
dotnet Check PCL outputs can have arbitrary labels (#15180) 2024-01-18 22:07:02 +00:00
go Check PCL outputs can have arbitrary labels (#15180) 2024-01-18 22:07:02 +00:00
nodejs Check PCL outputs can have arbitrary labels (#15180) 2024-01-18 22:07:02 +00:00
python Check PCL outputs can have arbitrary labels (#15180) 2024-01-18 22:07:02 +00:00
logical-name.pp Check PCL outputs can have arbitrary labels (#15180) 2024-01-18 22:07:02 +00:00