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:
|
||||
name: .terraform
|
||||
path: .terraform
|
||||
- name: Ensure providers are executable
|
||||
run: chmod -Rv +x .terraform/providers
|
||||
- name: Terraform apply
|
||||
id: apply
|
||||
run: terraform apply -auto-approve tfplan
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue