We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33dcb85 commit cc7450aCopy full SHA for cc7450a
1 file changed
.azuredevops/pipelines/hub-infrastructure-dev.yaml
@@ -32,7 +32,7 @@ stages:
32
displayName: Terraform Plan
33
condition: eq(variables['Build.Reason'], 'Manual')
34
variables:
35
- tfVarsFile: environments/$(ENVIRONMENT).tfvars
+ tfVarsFile: environments/$(ENVIRONMENT)/variables.tfvars
36
jobs:
37
- job: init_and_plan
38
displayName: Init, plan, store artifact
0 commit comments