File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
- FROM hashicorp/terraform:0.11.13
1
+ FROM hashicorp/terraform:0.12.0
2
2
3
3
LABEL "com.github.actions.name" ="terraform fmt"
4
4
LABEL "com.github.actions.description" ="Validate terraform files are formatted"
@@ -9,7 +9,7 @@ LABEL "repository"="https://github.com/hashicorp/terraform-github-actions"
9
9
LABEL "homepage" ="http://github.com/hashicorp/terraform-github-actions"
10
10
LABEL "maintainer" =
"HashiCorp Terraform Team <[email protected] >"
11
11
12
- RUN apk --no-cache add jq
12
+ RUN apk --no-cache add jq curl
13
13
14
14
COPY entrypoint.sh /entrypoint.sh
15
15
ENTRYPOINT ["/entrypoint.sh" ]
Original file line number Diff line number Diff line change 1
- FROM hashicorp/terraform:0.11.13
1
+ FROM hashicorp/terraform:0.12.0
2
2
3
3
LABEL "com.github.actions.name" ="terraform init"
4
4
LABEL "com.github.actions.description" ="Run terraform init"
@@ -9,7 +9,7 @@ LABEL "repository"="https://github.com/hashicorp/terraform-github-actions"
9
9
LABEL "homepage" ="http://github.com/hashicorp/terraform-github-actions"
10
10
LABEL "maintainer" =
"HashiCorp Terraform Team <[email protected] >"
11
11
12
- RUN apk --no-cache add jq
12
+ RUN apk --no-cache add jq curl
13
13
14
14
COPY entrypoint.sh /entrypoint.sh
15
15
ENTRYPOINT ["/entrypoint.sh" ]
Original file line number Diff line number Diff line change 1
- FROM hashicorp/terraform:0.11.13
1
+ FROM hashicorp/terraform:0.12.0
2
2
3
3
LABEL "com.github.actions.name" ="terraform plan"
4
4
LABEL "com.github.actions.description" ="Run terraform plan"
@@ -9,7 +9,7 @@ LABEL "repository"="https://github.com/hashicorp/terraform-github-actions"
9
9
LABEL "homepage" ="http://github.com/hashicorp/terraform-github-actions"
10
10
LABEL "maintainer" =
"HashiCorp Terraform Team <[email protected] >"
11
11
12
- RUN apk --no-cache add jq
12
+ RUN apk --no-cache add jq curl
13
13
14
14
COPY entrypoint.sh /entrypoint.sh
15
15
ENTRYPOINT ["/entrypoint.sh" ]
Original file line number Diff line number Diff line change 1
- FROM hashicorp/terraform:0.11.13
1
+ FROM hashicorp/terraform:0.12.0
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"
@@ -9,7 +9,7 @@ LABEL "repository"="https://github.com/hashicorp/terraform-github-actions"
9
9
LABEL "homepage" ="http://github.com/hashicorp/terraform-github-actions"
10
10
LABEL "maintainer" =
"HashiCorp Terraform Team <[email protected] >"
11
11
12
- RUN apk --no-cache add jq
12
+ RUN apk --no-cache add jq curl
13
13
14
14
COPY entrypoint.sh /entrypoint.sh
15
15
ENTRYPOINT ["/entrypoint.sh" ]
You can’t perform that action at this time.
0 commit comments