Skip to content

Commit 8282912

Browse files
committed
chore(deps): loosen aws provider version constraint before major version update
1 parent 094b572 commit 8282912

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)