Skip to content

Commit 5cdf70c

Browse files
authored
Merge pull request hashicorp#38 from alex/update-terraform
Update to Terraform 0.12.6
2 parents 83175b3 + e3af660 commit 5cdf70c

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

apply/Dockerfile

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

33
LABEL "com.github.actions.name"="terraform apply"
44
LABEL "com.github.actions.description"="Run Terraform Apply"

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.12.5
1+
FROM hashicorp/terraform:0.12.6
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.12.5
1+
FROM hashicorp/terraform:0.12.6
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.12.5
1+
FROM hashicorp/terraform:0.12.6
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.12.5
1+
FROM hashicorp/terraform:0.12.6
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)