Skip to content

Commit

Permalink
Update terraform/terraform.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
fmdlc committed Sep 26, 2021
1 parent 17e2a26 commit b771355
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions terraform/terraform.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ workflow:
name: ${ENV}
expire_in: 2 hours
paths:
- ${HOME}/.terraformrc
- .terraform
- .terraform.lock.hcl
- state.tfplan
Expand All @@ -35,6 +34,6 @@ workflow:
allow_failure: false
stage: terraform-apply
script:
- ls -al
- base64 -d ${TF_CONFIG} > ${HOME}/.terraformrc
- terraform apply -auto-approve "state.tfplan"
when: manual

0 comments on commit b771355

Please sign in to comment.