Skip to content

Commit f17d7eb

Browse files
committed
bump for v fix
1 parent 2d85500 commit f17d7eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
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.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

8282
module "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

0 commit comments

Comments
 (0)