Skip to content

Commit

Permalink
update to latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
dfry committed Mar 14, 2022
1 parent 29185e0 commit 2d85500
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.11"
source = "git::https://github.com/mojaloop/iac-shared-modules.git//aws/gitlab?ref=v2.1.12"
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.11"
source = "git::https://github.com/mojaloop/iac-shared-modules.git//aws/nexus?ref=v2.1.12"
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
2 changes: 1 addition & 1 deletion variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -177,5 +177,5 @@ variable "smtp_server_enable" {
variable "gitlab_version" {
type = string
description = "gitlab_version"
default = "14.8.2-ee.0"
default = "14.8.2"
}

0 comments on commit 2d85500

Please sign in to comment.