Skip to content

Commit 2d85500

Browse files
committed
update to latest version
1 parent 29185e0 commit 2d85500

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

main.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ module "private_subnets" {
5252
}
5353

5454
module "gitlab" {
55-
source = "git::https://github.com/mojaloop/iac-shared-modules.git//aws/gitlab?ref=v2.1.11"
55+
source = "git::https://github.com/mojaloop/iac-shared-modules.git//aws/gitlab?ref=v2.1.12"
5656
ami = var.use_latest_ami ? module.ubuntu-focal-ami.id : var.gitlab_ami_list[var.region]
5757
instance_type = "t2.large"
5858
gitlab_runner_size = "c5.2xlarge"
@@ -80,7 +80,7 @@ module "gitlab" {
8080
}
8181

8282
module "nexus" {
83-
source = "git::https://github.com/mojaloop/iac-shared-modules.git//aws/nexus?ref=v2.1.11"
83+
source = "git::https://github.com/mojaloop/iac-shared-modules.git//aws/nexus?ref=v2.1.12"
8484
ami = var.use_latest_ami ? module.ubuntu-focal-ami.id : var.nexus_ami_list[var.region]
8585
instance_type = var.nexus_instance_type
8686
domain = var.domain

variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,5 +177,5 @@ variable "smtp_server_enable" {
177177
variable "gitlab_version" {
178178
type = string
179179
description = "gitlab_version"
180-
default = "14.8.2-ee.0"
180+
default = "14.8.2"
181181
}

0 commit comments

Comments
 (0)