Skip to content

Commit 9292a21

Browse files
authored
removed specific version from path
1 parent fd125b3 commit 9292a21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/IntegrationTesting.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ jobs:
163163
run: terraform init
164164

165165
- name: set permissions to terraform plugins
166-
run: chmod -R a+x .terraform/plugins/registry.terraform.io/hashicorp/aws/3.5.0/linux_amd64/*
166+
run: chmod -R a+x .terraform/plugins/registry.terraform.io/hashicorp/aws/*
167167

168168
- name: Destroy resources
169169
run: terraform destroy -state="terraform.tfstate" -var-file="fixtures.us-west-2.tfvars" -auto-approve

0 commit comments

Comments
 (0)