Skip to content

Commit

Permalink
bump for v fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dfry committed Mar 14, 2022
1 parent 2d85500 commit f17d7eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ module "private_subnets" {
}

module "gitlab" {
source = "git::https://github.com/mojaloop/iac-shared-modules.git//aws/gitlab?ref=v2.1.12"
source = "git::https://github.com/mojaloop/iac-shared-modules.git//aws/gitlab?ref=v2.1.13"
ami = var.use_latest_ami ? module.ubuntu-focal-ami.id : var.gitlab_ami_list[var.region]
instance_type = "t2.large"
gitlab_runner_size = "c5.2xlarge"
Expand Down Expand Up @@ -80,7 +80,7 @@ module "gitlab" {
}

module "nexus" {
source = "git::https://github.com/mojaloop/iac-shared-modules.git//aws/nexus?ref=v2.1.12"
source = "git::https://github.com/mojaloop/iac-shared-modules.git//aws/nexus?ref=v2.1.13"
ami = var.use_latest_ami ? module.ubuntu-focal-ami.id : var.nexus_ami_list[var.region]
instance_type = var.nexus_instance_type
domain = var.domain
Expand Down

0 comments on commit f17d7eb

Please sign in to comment.