We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 094b572 + 8282912 commit 58ae129Copy full SHA for 58ae129
modules/oidc/versions.tf
@@ -8,7 +8,7 @@ terraform {
8
}
9
aws = {
10
source = "hashicorp/aws"
11
- version = "~> 5.27"
+ version = ">= 5.27"
12
configuration_aliases = [aws.us_east_1]
13
14
random = {
versions.tf
@@ -4,7 +4,7 @@ terraform {
4
required_providers {
5
6
7
gitlab = {
0 commit comments