Skip to content

Commit f1ce079

Browse files
authored
Merge pull request hashicorp#61 from hashicorp/terraform_0.12.9
Update Terraform to 0.12.9
2 parents e0f69d7 + 69950ce commit f1ce079

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