dry-kangaroo-89921
05/29/2023, 7:56 PMinterface{
var: gcp.compute.BackendServiceArgs;
}
I was wondering if that was a bad practice.
2. I'm getting values from stack config. When I get those values they have pulumi.input wrapper around them. Specifically I have an array that has pulumi.input wrapper around it and inside of that array are pulumi.input<strings>. How can I substitute values that are inside of that array with a different value. The values that are defined in the stack are placeholders that I want to replace in code.