From 2d855004d3b406b399a849b621704f1c2b15748c Mon Sep 17 00:00:00 2001 From: David Fry Date: Mon, 14 Mar 2022 18:19:13 +0000 Subject: [PATCH] update to latest version --- main.tf | 4 ++-- variables.tf | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/main.tf b/main.tf index 9309f34..23ed6d2 100644 --- a/main.tf +++ b/main.tf @@ -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" @@ -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 diff --git a/variables.tf b/variables.tf index e96dcf4..11058fd 100644 --- a/variables.tf +++ b/variables.tf @@ -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" } \ No newline at end of file