Skip to content

Commit

Permalink
bump for nexus fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dfry committed Jan 7, 2023
1 parent 8b86183 commit c13cfba
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=fix-mult-repos"
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 c13cfba

Please sign in to comment.