Ensure providers are executable

This commit is contained in:
Ben Martin 2024-06-04 01:32:59 +01:00
parent 81e94931ed
commit 73e06ac643
No known key found for this signature in database
GPG key ID: 11936493893207E4

View file

@ -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