From 4eaf68e29faeb55598529539a3fb66460b935cf3 Mon Sep 17 00:00:00 2001 From: Brad Macdonald <52762200+BWMac@users.noreply.github.com> Date: Thu, 13 Jun 2024 13:43:16 -0600 Subject: [PATCH] Reverts Tower Version There were some access changes that were not merged into `prod` prior to our upgrade attempt. In order to make sure we aren't blocking anyone, we should revert this change and then merge `dev` into `prod`. --- config/config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/config.yaml b/config/config.yaml index 929c775..54f3a56 100644 --- a/config/config.yaml +++ b/config/config.yaml @@ -3,7 +3,7 @@ profile: {{ var.profile | default() }} region: {{ var.region | default("us-east-1") }} aws_infra_templates_root_url: https://raw.githubusercontent.com/Sage-Bionetworks/aws-infra admincentral_cf_bucket: bootstrap-awss3cloudformationbucket-19qromfd235z9 -tower_version: v23.4.0 +tower_version: v23.1.4 default_stack_tags: Department: IBC Project: Infrastructure