We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7457425 commit a3f2dd6Copy full SHA for a3f2dd6
.circleci/config.yml
@@ -11,10 +11,13 @@ jobs:
11
test:
12
docker:
13
- image: hashicorp/terraform:0.11.11
14
+ environment:
15
+ TERRAFORM_VERSION: v0.11
16
steps:
17
- checkout
18
- run:
19
command: |
20
+ terraform init
21
terraform fmt -check=true
22
terraform validate
23
go test -v ./...
0 commit comments