Hi all. I’m using Pulumi with Python and Azure and...
# python
m
Hi all. I’m using Pulumi with Python and Azure and doing my first steps and experiments. Now some of my resources are named so that they have the stack name within. For example my resource groups for dev and prd are named: abc-dev-datanlplf-01 abc-prd-datanlplf-01 now when I want those names in the config is it possible to have it with the stage name as a variable .. so something like abc-{stage}-datanlplf-01 ? Or do I need to use the full name in the config without variables?