Skip to content

Commit

Permalink
chore: try template expression variable syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
angela-tran committed Jul 11, 2024
1 parent 463c081 commit 60f973e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/pipeline/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ stages:
jobs:
- deployment: Apply
condition: succeeded()
environment: $(environment)
environment: ${{ environment }}
variables:
- name: workspace
value: $[ stageDependencies.TerraformPlan.Plan.outputs['setvars.workspace'] ]
Expand Down

0 comments on commit 60f973e

Please sign in to comment.