Skip to content

Commit 9097c2a

Browse files
authored
Merge pull request hashicorp#6 from nikovirtalaonline/terraform-v0.11.11
Use Docker base image with Terraform version v0.11.11.
2 parents 2bd31ee + 4df55b0 commit 9097c2a

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

fmt/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM hashicorp/terraform:0.11.10
1+
FROM hashicorp/terraform:0.11.11
22

33
LABEL "com.github.actions.name"="terraform fmt"
44
LABEL "com.github.actions.description"="Validate terraform files are formatted"

init/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM hashicorp/terraform:0.11.10
1+
FROM hashicorp/terraform:0.11.11
22

33
LABEL "com.github.actions.name"="terraform init"
44
LABEL "com.github.actions.description"="Run terraform init"

plan/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM hashicorp/terraform:0.11.10
1+
FROM hashicorp/terraform:0.11.11
22

33
LABEL "com.github.actions.name"="terraform plan"
44
LABEL "com.github.actions.description"="Run terraform plan"

validate/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM hashicorp/terraform:0.11.10
1+
FROM hashicorp/terraform:0.11.11
22

33
LABEL "com.github.actions.name"="terraform validate"
44
LABEL "com.github.actions.description"="Validate the terraform files in a directory"

0 commit comments

Comments
 (0)