Skip to content

Commit

Permalink
Merge pull request #4 from mojaloop/fix-nexus-repos
Browse files Browse the repository at this point in the history
Fix nexus repos
  • Loading branch information
dfry authored Jan 7, 2023
2 parents 575e94f + c13cfba commit 6a8aca1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ module "gitlab" {
}

module "nexus" {
source = "git::https://github.com/mojaloop/iac-shared-modules.git//aws/nexus?ref=v2.1.13"
source = "git::https://github.com/mojaloop/iac-shared-modules.git//aws/nexus?ref=v2.1.16"
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 6a8aca1

Please sign in to comment.