brash-gigabyte-81569
09/05/2025, 4:15 PMProperty access is only allowed on Resources and Objects
when you attempt to use maps like so in the stack file
project-name:foo:
bar: test-value
and use in the yaml program like so
blah:
type: ...
properties:
something: ${foo.bar}
brash-gigabyte-81569
09/05/2025, 4:16 PMbrash-gigabyte-81569
09/05/2025, 4:37 PMbrash-gigabyte-81569
09/05/2025, 4:37 PM${foo.bar}
-> ${foo["bar"]}