Skip to content

Commit 83175b3

Browse files
authored
Merge pull request hashicorp#36 from brunopadz/master
Update to Terraform 0.12.5
2 parents b812192 + a3e0cbb commit 83175b3

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