We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd125b3 commit 9292a21Copy full SHA for 9292a21
.github/workflows/IntegrationTesting.yaml
@@ -163,7 +163,7 @@ jobs:
163
run: terraform init
164
165
- name: set permissions to terraform plugins
166
- run: chmod -R a+x .terraform/plugins/registry.terraform.io/hashicorp/aws/3.5.0/linux_amd64/*
+ run: chmod -R a+x .terraform/plugins/registry.terraform.io/hashicorp/aws/*
167
168
- name: Destroy resources
169
run: terraform destroy -state="terraform.tfstate" -var-file="fixtures.us-west-2.tfvars" -auto-approve
0 commit comments