Skip to content

Commit 6b16a57

Browse files
committed
fix(oidc): unpin hashicorp/random, remove unused hashicorp/aws alias
1 parent b6249a4 commit 6b16a57

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/oidc/versions.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ terraform {
99
aws = {
1010
source = "hashicorp/aws"
1111
version = "~> 5.27"
12-
configuration_aliases = [aws, aws.us_east_1]
12+
configuration_aliases = [aws.us_east_1]
1313
}
1414
random = {
1515
source = "hashicorp/random"
16-
version = "3.7.2"
16+
version = ">= 3.7.0"
1717
}
1818
}
1919
}

0 commit comments

Comments
 (0)