File tree Expand file tree Collapse file tree 4 files changed +3
-21
lines changed Expand file tree Collapse file tree 4 files changed +3
-21
lines changed Original file line number Diff line number Diff line change 33 {
44 "type" : " EKS" ,
55 "targets" : [
6- {
7- "name" : " collector-ci-amd64-1-26" ,
8- "region" : " us-west-2" ,
9- "excluded_tests" : [
10- " containerinsight_eks"
11- ]
12- },
136 {
147 "name" : " collector-ci-amd64-1-27" ,
158 "region" : " us-west-2" ,
5043 {
5144 "type" : " EKS_ARM64" ,
5245 "targets" : [
53- {
54- "name" : " collector-ci-arm64-1-26" ,
55- "region" : " us-west-2" ,
56- "excluded_tests" : [
57- " containerinsight_eks"
58- ]
59- },
6046 {
6147 "name" : " collector-ci-arm64-1-27" ,
6248 "region" : " us-west-2" ,
9783 {
9884 "type" : " EKS_FARGATE" ,
9985 "targets" : [
100- {
101- "name" : " collector-ci-fargate-1-26" ,
102- "region" : " us-west-2"
103- },
10486 {
10587 "name" : " collector-ci-fargate-1-27" ,
10688 "region" : " us-west-2"
Original file line number Diff line number Diff line change @@ -656,7 +656,7 @@ jobs:
656656 - name : Set up terraform
657657 uses : hashicorp/setup-terraform@v3
658658 with :
659- terraform_version : " ~ 1.5"
659+ terraform_version : " 1.5.7 "
660660
661661 - name : Configure AWS Credentials
662662 if : steps.e2etest-eks.outputs.cache-hit != 'true'
Original file line number Diff line number Diff line change @@ -342,7 +342,7 @@ jobs:
342342 if : ${{ needs.changes.outputs.changed == 'true' }}
343343 uses : hashicorp/setup-terraform@v3
344344 with :
345- terraform_version : " ~ 1.5"
345+ terraform_version : " 1.5.7 "
346346
347347 - name : restore cached binaries
348348 if : ${{ needs.changes.outputs.changed == 'true' }}
Original file line number Diff line number Diff line change @@ -112,7 +112,7 @@ jobs:
112112 - name : Set up terraform
113113 uses : hashicorp/setup-terraform@v3
114114 with :
115- terraform_version : " ~ 1.5"
115+ terraform_version : " 1.5.7 "
116116
117117 - name : Check out testing framework
118118 uses : actions/checkout@v4
You can’t perform that action at this time.
0 commit comments