https://pulumi.com logo
#general
Title
# general
l

lively-pizza-96645

01/21/2023, 10:19 PM
Is it possible to get access to the Stack name while configuring a config value... etc test: ${stackname}.something?
l

lively-pizza-96645

01/21/2023, 10:21 PM
no sorry. Looking for a way to have variables inside a config value in the Pulumi.yaml
wondering if thats possible...
something like:
config: test: "${pulumi.stack}.test"
e

echoing-dinner-19531

01/21/2023, 10:57 PM
Config is by design pretty simple today. The thinking being if you want to start interpolating in values and things just use your programming language to do that.
l

lively-pizza-96645

01/21/2023, 11:10 PM
yeah okay. just asking before i implement it in code. thanks for the answer!