Skip to content

Commit 58ae129

Browse files
authored
Merge pull request #63 from cookielab/jj/loosen-aws-provider-version-constraint
chore(deps): loosen aws provider version constraint before major version update
2 parents 094b572 + 8282912 commit 58ae129

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

modules/oidc/versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ terraform {
88
}
99
aws = {
1010
source = "hashicorp/aws"
11-
version = "~> 5.27"
11+
version = ">= 5.27"
1212
configuration_aliases = [aws.us_east_1]
1313
}
1414
random = {

versions.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 = "~> 5.27"
7+
version = ">= 5.27"
88
configuration_aliases = [aws.us_east_1]
99
}
1010
gitlab = {

0 commit comments

Comments
 (0)