Skip to content

Commit 75f518c

Browse files
committed
Unbreak the build
1 parent 0042f17 commit 75f518c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.circleci/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: 2
22
jobs:
33
validate:
44
docker:
5-
- image: hashicorp/terraform:light
5+
- image: hashicorp/terraform:0.11.14
66

77
steps:
88
- checkout
@@ -25,7 +25,7 @@ jobs:
2525

2626
plan:
2727
docker:
28-
- image: hashicorp/terraform:light
28+
- image: hashicorp/terraform:0.11.14
2929
steps:
3030
- checkout
3131

@@ -46,7 +46,7 @@ jobs:
4646

4747
apply:
4848
docker:
49-
- image: hashicorp/terraform:light
49+
- image: hashicorp/terraform:0.11.14
5050
steps:
5151
- checkout
5252

0 commit comments

Comments
 (0)