Skip to content

Commit acc92d0

Browse files
authored
Merge pull request hashicorp#30 from ContentSquare/terraform-v0.12.2
Update to terraform 0.12.2
2 parents bdf4388 + deec7bd commit acc92d0

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