Skip to content

Commit

Permalink
Merge pull request #13 from asicsdigital/add_latest_terraform_releases
Browse files Browse the repository at this point in the history
I really just needed 0.11.14 , but i figure i'll
  • Loading branch information
tyrantkhan authored Jun 17, 2019
2 parents 1526333 + 2fe8f20 commit 4cc085a
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,44 @@ jobs:
working_directory: ~/project/1.X
environment:
<<: *build_core_stable

- run:
working_directory: ~/project/1.X/terraform
environment:
TF_VERSION: 0.12.2
TAG: terraform-0.12.2
<<: *build_terraform_image
- run:
working_directory: ~/project/1.X/terraform
environment:
TF_VERSION: 0.12.1
TAG: terraform-0.12.1
<<: *build_terraform_image
- run:
working_directory: ~/project/1.X/terraform
environment:
TF_VERSION: 0.12.0
TAG: terraform-0.12.0
<<: *build_terraform_image
- run:
working_directory: ~/project/1.X/terraform
environment:
TF_VERSION: 0.11.14
TAG: terraform-0.11.14
<<: *build_terraform_image

- run:
working_directory: ~/project/1.X/terraform
environment:
TF_VERSION: 0.11.13
TAG: terraform-0.11.13
<<: *build_terraform_image
- run:
working_directory: ~/project/1.X/terraform
environment:
TF_VERSION: 0.11.12
TAG: terraform-0.11.12
<<: *build_terraform_image
- run:
working_directory: ~/project/1.X/terraform
environment:
Expand Down

0 comments on commit 4cc085a

Please sign in to comment.