Hi #C03E69EQRD2 Team,
It is good to become part of this community.
Here is my quick question. I have python-gcp pulumi project. I have a requirement of defining a variable in the stack config yaml file and substitute them as substring in many places in the same file.
For example:
test.yaml:
region: ®ion "us-west2"
compute:
name: "testvm-*region"
But this is not working as expected. Any suggestions ?