From 5e2b686ff2d52fcfbe3a7ec4982d3b71d63bbd8e Mon Sep 17 00:00:00 2001 From: Brad Macdonald Date: Mon, 5 Feb 2024 11:21:41 -0700 Subject: [PATCH] bumps tower_version to new patch --- config/config.yaml | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/config/config.yaml b/config/config.yaml index dc90aab0..1aaacff2 100644 --- a/config/config.yaml +++ b/config/config.yaml @@ -1,20 +1,21 @@ project_code: aws-workflows-nextflow-infra -profile: {{ var.profile | default() }} -region: {{ var.region | default("us-east-1") }} +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.1.3 +tower_version: v23.1.4 default_stack_tags: Department: IBC Project: Infrastructure OwnerEmail: nextflow-admins@sagebase.org CostCenter: NO PROGRAM / 000000 -notifications_email: {{ var.notifications_email | default("nextflow-admins@sagebase.org") }} +notifications_email: + {{var.notifications_email | default("nextflow-admins@sagebase.org")}} budgets: - compute: {{ var.compute_budget | default("1000") }} - storage: {{ var.storage_budget | default("500") }} - security: {{ var.security_budget | default("100") }} - other: {{ var.other_budget | default("100") }} + compute: {{var.compute_budget | default("1000")}} + storage: {{var.storage_budget | default("500")}} + security: {{var.security_budget | default("100")}} + other: {{var.other_budget | default("100")}} services: compute: - Amazon Elastic Compute Cloud - Compute