Skip to content

Commit

Permalink
Update azure-pipelines.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
JimPaine authored Jun 22, 2020
1 parent dd56be4 commit 5f1eec2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ stages:

- stage: ProvisionEnvironment
variables:
- group: 'LukeDemoProdTerraform'
- group: 'terraform'
- name: tfstatename
value: 'LukeDemoProdTerraform.tfstate'
value: 'bootstrapped.tfstate'
- name: location
value: 'westeurope'

Expand Down Expand Up @@ -32,4 +32,4 @@ stages:
- script: terraform apply -auto-approve
workingDirectory: ./env
displayName: 'Terraform apply'
displayName: 'Terraform apply'

0 comments on commit 5f1eec2

Please sign in to comment.