File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ module "private_subnets" {
5252}
5353
5454module "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
8282module "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
Original file line number Diff line number Diff line change @@ -177,5 +177,5 @@ variable "smtp_server_enable" {
177177variable "gitlab_version" {
178178 type = string
179179 description = " gitlab_version"
180- default = " 14.8.2-ee.0 "
180+ default = " 14.8.2"
181181}
You can’t perform that action at this time.
0 commit comments