File tree Expand file tree Collapse file tree 3 files changed +3
-7
lines changed Expand file tree Collapse file tree 3 files changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ module "certificate" {
1313 }
1414
1515 source = " terraform-aws-modules/acm/aws"
16- version = " 4.3.2 "
16+ version = " 5.0.0 "
1717
1818 domain_name = local. main_domain
1919 zone_id = var. domain_zone_id
@@ -51,7 +51,7 @@ data "aws_iam_policy_document" "bucket_policy" {
5151
5252module "s3_bucket" {
5353 source = " terraform-aws-modules/s3-bucket/aws"
54- version = " 3.14.0 "
54+ version = " 3.15.1 "
5555
5656 bucket = var. s3_bucket_name
5757
Original file line number Diff line number Diff line change 11terraform {
2- required_version = " >= 1.1 , < 2.0"
2+ required_version = " >= 1.5 , < 2.0"
33
44 required_providers {
55 gitlab = {
Original file line number Diff line number Diff line change @@ -7,9 +7,5 @@ terraform {
77 version = " ~> 5.0"
88 configuration_aliases = [aws.us_east_1]
99 }
10- gitlab = {
11- source = " gitlabhq/gitlab"
12- version = " ~> 16.0"
13- }
1410 }
1511}
You can’t perform that action at this time.
0 commit comments