You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A single pipeline file that defines all triggers, stages, etc., used by all deployments/agencies
An azure-vars.yml file per-agency that specifies agency-specific variables like the name of the Terraform backend resource group, or the name of the app service
A runtime parameter / variable / something that says which agency the run is happening for
Use the ☝️ parameter to load variables from the correct agency directory azure-vars.yml file
We noted during a working session that this seems to not be possible with the current syntax and available parameter/variable definition features.
Maybe do this as part of #294 if we end up going that direction.
The text was updated successfully, but these errors were encountered:
Following up from #292 / #346
Our ideal state:
azure-vars.yml
file per-agency that specifies agency-specific variables like the name of the Terraform backend resource group, or the name of the app serviceazure-vars.yml
fileWe noted during a working session that this seems to not be possible with the current syntax and available parameter/variable definition features.
Maybe do this as part of #294 if we end up going that direction.
The text was updated successfully, but these errors were encountered: