sparse-intern-71089
02/03/2023, 4:14 PMmelodic-tomato-39005
02/03/2023, 4:28 PMresourceGroupName
, so on the values of customerShort
, projectShort
, and env
. Somehow the resulting name is invalid. Does env
maybe end in a .
?adventurous-mechanic-24805
02/03/2023, 4:39 PMenv
, does it take the pulumi stack environment or the env
from Pulumi.shared.shared.yaml
because the environment is shared.shared
, but I want to reference it from the Pulumi.shared.shared.yaml
whose value is shared
melodic-tomato-39005
02/03/2023, 4:47 PMenv
is from. I’m not super familiar with Pulumi yaml and it’s actually not mentioned on https://www.pulumi.com/docs/reference/yaml/.adventurous-mechanic-24805
02/03/2023, 6:29 PM${namePrefix}-${env}
I resolved it by replacing config
with variables
because I am reusing the variables.
But, thank you anyways