Skip to content

Commit 4ca5542

Browse files
[DEVOPS-2353] -- forgot to update the terraform version in the circleci build config.yml (#41)
* [DEVOPS-1997] -- update covalence build to 0.8.3 * [DEVOPS-2353] -- upgrade terraform to 0.12.2 to have this fix: hashicorp/terraform#21484 * [DEVOPS-2353] -- forgot to update the terraform version in the circle ci build config.yml
1 parent 0a9dfdb commit 4ca5542

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
environment:
88
MAJOR_VERSION_TAG: 2
99
PACKER_VERSION_TAG: 1.1.0
10-
TERRAFORM_VERSION_TAG: 0.12.1
10+
TERRAFORM_VERSION_TAG: 0.12.2
1111
CI_CONTAINER_NAME: 'whistle-ci'
1212
TF_IMAGE: 'unifio/terraform'
1313
PKR_IMAGE: 'unifio/packer'

0 commit comments

Comments
 (0)