Skip to content

Commit a3f2dd6

Browse files
author
jasonwalsh
committed
Update CircleCI configuration
1 parent 7457425 commit a3f2dd6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.circleci/config.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,13 @@ jobs:
1111
test:
1212
docker:
1313
- image: hashicorp/terraform:0.11.11
14+
environment:
15+
TERRAFORM_VERSION: v0.11
1416
steps:
1517
- checkout
1618
- run:
1719
command: |
20+
terraform init
1821
terraform fmt -check=true
1922
terraform validate
2023
go test -v ./...

0 commit comments

Comments
 (0)