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