File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
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.12 "
55+ source = " git::https://github.com/mojaloop/iac-shared-modules.git//aws/gitlab?ref=v2.1.13 "
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.12 "
83+ source = " git::https://github.com/mojaloop/iac-shared-modules.git//aws/nexus?ref=v2.1.13 "
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
You can’t perform that action at this time.
0 commit comments