Skip to content

Commit 67d3843

Browse files
committed
fix(conf): lock aws provider to 3.74
Should fix the "no EC2 IMDS role found" error Signed-off-by: mikeee <[email protected]>
1 parent e03b0f6 commit 67d3843

File tree

1 file changed

+1
-1
lines changed
  • .github/infrastructure/terraform/conformance/secretstores/aws/secretsmanager

1 file changed

+1
-1
lines changed

.github/infrastructure/terraform/conformance/secretstores/aws/secretsmanager/secretsmanager.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ terraform {
44
required_providers {
55
aws = {
66
source = "hashicorp/aws"
7-
version = "~> 4.0"
7+
version = "~> 3.74"
88
}
99
}
1010
}

0 commit comments

Comments
 (0)