generated from cloudposse/terraform-example-module
-
-
Notifications
You must be signed in to change notification settings - Fork 36
Open
Labels
bug🐛 An issue with the system🐛 An issue with the system
Description
Describe the Bug
The default value for default_capacity_strategy input has an empty weights argument which causes default_capacity_strategy to be not configured.
Expected Behavior
Default cluster capacity strategy should be configured correctly.
Steps to Reproduce
Apply this example code and check if the default capacity strategy is set:
module "ecs_cluster" {
source = "cloudposse/ecs-cluster/aws"
namespace = "eg"
name = "example"
container_insights_enabled = true
capacity_providers_fargate = true
}
Screenshots
No response
Environment
No response
Additional Context
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bug🐛 An issue with the system🐛 An issue with the system