File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
- FROM hashicorp/terraform:0.11.10
1
+ FROM hashicorp/terraform:0.11.11
2
2
3
3
LABEL "com.github.actions.name" ="terraform fmt"
4
4
LABEL "com.github.actions.description" ="Validate terraform files are formatted"
Original file line number Diff line number Diff line change 1
- FROM hashicorp/terraform:0.11.10
1
+ FROM hashicorp/terraform:0.11.11
2
2
3
3
LABEL "com.github.actions.name" ="terraform init"
4
4
LABEL "com.github.actions.description" ="Run terraform init"
Original file line number Diff line number Diff line change 1
- FROM hashicorp/terraform:0.11.10
1
+ FROM hashicorp/terraform:0.11.11
2
2
3
3
LABEL "com.github.actions.name" ="terraform plan"
4
4
LABEL "com.github.actions.description" ="Run terraform plan"
Original file line number Diff line number Diff line change 1
- FROM hashicorp/terraform:0.11.10
1
+ FROM hashicorp/terraform:0.11.11
2
2
3
3
LABEL "com.github.actions.name" ="terraform validate"
4
4
LABEL "com.github.actions.description" ="Validate the terraform files in a directory"
You can’t perform that action at this time.
0 commit comments