This repository was archived by the owner on May 6, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1- FROM hashicorp/terraform:0.12.3
1+ FROM hashicorp/terraform:0.12.4
22
33LABEL "com.github.actions.name" ="terraform apply"
44LABEL "com.github.actions.description" ="Run Terraform Apply"
Original file line number Diff line number Diff line change 1- FROM hashicorp/terraform:0.12.3
1+ FROM hashicorp/terraform:0.12.4
22
33LABEL "com.github.actions.name" ="terraform fmt"
44LABEL "com.github.actions.description" ="Validate terraform files are formatted"
Original file line number Diff line number Diff line change 1- FROM hashicorp/terraform:0.12.3
1+ FROM hashicorp/terraform:0.12.4
22
33LABEL "com.github.actions.name" ="terraform init"
44LABEL "com.github.actions.description" ="Run terraform init"
Original file line number Diff line number Diff line change 1- FROM hashicorp/terraform:0.12.3
1+ FROM hashicorp/terraform:0.12.4
22
33LABEL "com.github.actions.name" ="terraform plan"
44LABEL "com.github.actions.description" ="Run terraform plan"
Original file line number Diff line number Diff line change 1- FROM hashicorp/terraform:0.12.3
1+ FROM hashicorp/terraform:0.12.4
22
33LABEL "com.github.actions.name" ="terraform validate"
44LABEL "com.github.actions.description" ="Validate the terraform files in a directory"
You can’t perform that action at this time.
0 commit comments