diff --git a/config/infra-dev/nextflow-efs-file-system.yaml b/config/infra-dev/nextflow-efs-file-system.yaml index ac3b084..9f85d0a 100644 --- a/config/infra-dev/nextflow-efs-file-system.yaml +++ b/config/infra-dev/nextflow-efs-file-system.yaml @@ -12,7 +12,6 @@ parameters: SubnetId: !stack_output_external nextflow-ecs-cluster::EcsAutoScalingGroupSubnetId EcsSecurityGroupId: !stack_output_external nextflow-ecs-security-group::SecurityGroupId NextflowTowerConfigBucketArn: !stack_output_external nextflow-tower-config-dev::BucketArn - ThroughputMode: provisioned stack_tags: {{stack_group_config.default_stack_tags}} diff --git a/config/infra-prod/nextflow-efs-file-system.yaml b/config/infra-prod/nextflow-efs-file-system.yaml index 48de836..a5b167b 100644 --- a/config/infra-prod/nextflow-efs-file-system.yaml +++ b/config/infra-prod/nextflow-efs-file-system.yaml @@ -12,7 +12,6 @@ parameters: SubnetId: !stack_output_external nextflow-ecs-cluster::EcsAutoScalingGroupSubnetId EcsSecurityGroupId: !stack_output_external nextflow-ecs-security-group::SecurityGroupId NextflowTowerConfigBucketArn: !stack_output_external nextflow-tower-config::BucketArn - ThroughputMode: provisioned stack_tags: {{stack_group_config.default_stack_tags}}