Skip to content

Commit 57898cd

Browse files
committed
Updating to Terraform 0.13
1 parent cef2c53 commit 57898cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@ version: 2
22
jobs:
33
check-format:
44
docker:
5-
- image: hashicorp/terraform:0.12.29
5+
- image: hashicorp/terraform
66
steps:
77
- checkout
88
- run:
99
command: terraform fmt -check -recursive -diff
1010
validate:
1111
docker:
12-
- image: hashicorp/terraform:0.12.29
12+
- image: hashicorp/terraform
1313
steps:
1414
- checkout
1515
- run:

0 commit comments

Comments
 (0)