Ensure providers are executable
This commit is contained in:
parent
81e94931ed
commit
73e06ac643
1 changed files with 2 additions and 0 deletions
|
@ -109,6 +109,8 @@ jobs:
|
||||||
with:
|
with:
|
||||||
name: .terraform
|
name: .terraform
|
||||||
path: .terraform
|
path: .terraform
|
||||||
|
- name: Ensure providers are executable
|
||||||
|
run: chmod -Rv +x .terraform/providers
|
||||||
- name: Terraform apply
|
- name: Terraform apply
|
||||||
id: apply
|
id: apply
|
||||||
run: terraform apply -auto-approve tfplan
|
run: terraform apply -auto-approve tfplan
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue