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.
1 parent 67558b3 commit b7626a3Copy full SHA for b7626a3
main.tf
@@ -25,7 +25,7 @@ module "certificate" {
25
}
26
27
source = "terraform-aws-modules/acm/aws"
28
- version = "5.2.0"
+ version = "6.0.0"
29
30
domain_name = local.main_domain
31
zone_id = var.domain_zone_id
modules/oidc/versions.tf
@@ -8,7 +8,7 @@ terraform {
8
9
aws = {
10
source = "hashicorp/aws"
11
- version = "~> 5.27"
+ version = "~> 6.0"
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