Skip to content

Commit

Permalink
bumps tower_version to new patch
Browse files Browse the repository at this point in the history
  • Loading branch information
BWMac committed Feb 5, 2024
1 parent 8d36af6 commit 5e2b686
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions config/config.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 5e2b686

Please sign in to comment.