secretVariables property
A map of environment variable names to Secret Manager secret names.
The VM will access the named secrets to set the value of each environment variable.
Implementation
core.Map<core.String, core.String>? secretVariables;
A map of environment variable names to Secret Manager secret names.
The VM will access the named secrets to set the value of each environment variable.
core.Map<core.String, core.String>? secretVariables;