Skip to content
This repository has been archived by the owner on May 6, 2020. It is now read-only.

Commit

Permalink
Merge pull request #36 from brunopadz/master
Browse files Browse the repository at this point in the history
Update to Terraform 0.12.5
  • Loading branch information
sudomateo authored Jul 31, 2019
2 parents b812192 + a3e0cbb commit 83175b3
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion apply/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM hashicorp/terraform:0.12.4
FROM hashicorp/terraform:0.12.5

LABEL "com.github.actions.name"="terraform apply"
LABEL "com.github.actions.description"="Run Terraform Apply"
Expand Down
2 changes: 1 addition & 1 deletion fmt/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM hashicorp/terraform:0.12.4
FROM hashicorp/terraform:0.12.5

LABEL "com.github.actions.name"="terraform fmt"
LABEL "com.github.actions.description"="Validate terraform files are formatted"
Expand Down
2 changes: 1 addition & 1 deletion init/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM hashicorp/terraform:0.12.4
FROM hashicorp/terraform:0.12.5

LABEL "com.github.actions.name"="terraform init"
LABEL "com.github.actions.description"="Run terraform init"
Expand Down
2 changes: 1 addition & 1 deletion plan/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM hashicorp/terraform:0.12.4
FROM hashicorp/terraform:0.12.5

LABEL "com.github.actions.name"="terraform plan"
LABEL "com.github.actions.description"="Run terraform plan"
Expand Down
2 changes: 1 addition & 1 deletion validate/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM hashicorp/terraform:0.12.4
FROM hashicorp/terraform:0.12.5

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

0 comments on commit 83175b3

Please sign in to comment.