Skip to content

Commit 5942461

Browse files
authored
Merge pull request hashicorp#12 from rraub/terraform-v0.11.13
Bump to Terraform 0.11.13 (from 0.11.11)
2 parents 3834b2f + 2729a49 commit 5942461

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

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