From 6aa2fda9997a326df83dcde82f6e9c8f6ce527e5 Mon Sep 17 00:00:00 2001 From: Khai Do Date: Mon, 9 Oct 2023 08:30:51 -0700 Subject: [PATCH] pass value as string instead of int --- config/infra-prod/nextflow-efs-file-system.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/infra-prod/nextflow-efs-file-system.yaml b/config/infra-prod/nextflow-efs-file-system.yaml index a752e24d..752b27bf 100644 --- a/config/infra-prod/nextflow-efs-file-system.yaml +++ b/config/infra-prod/nextflow-efs-file-system.yaml @@ -13,7 +13,7 @@ parameters: EcsSecurityGroupId: !stack_output_external nextflow-ecs-security-group::SecurityGroupId NextflowTowerConfigBucketArn: !stack_output_external nextflow-tower-config::BucketArn ThroughputMode: provisioned - ProvisionedThroughputInMibps: 1024 + ProvisionedThroughputInMibps: "1024" stack_tags: {{stack_group_config.default_stack_tags}}