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 #30 from ContentSquare/terraform-v0.12.2
Browse files Browse the repository at this point in the history
Update to terraform 0.12.2
  • Loading branch information
lkysow committed Jun 24, 2019
2 parents bdf4388 + deec7bd commit acc92d0
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion apply/Dockerfile
@@ -1,4 +1,4 @@
FROM hashicorp/terraform:0.12.0
FROM hashicorp/terraform:0.12.2

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
@@ -1,4 +1,4 @@
FROM hashicorp/terraform:0.12.0
FROM hashicorp/terraform:0.12.2

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
@@ -1,4 +1,4 @@
FROM hashicorp/terraform:0.12.0
FROM hashicorp/terraform:0.12.2

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
@@ -1,4 +1,4 @@
FROM hashicorp/terraform:0.12.0
FROM hashicorp/terraform:0.12.2

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
@@ -1,4 +1,4 @@
FROM hashicorp/terraform:0.12.0
FROM hashicorp/terraform:0.12.2

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 acc92d0

Please sign in to comment.