Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ignore changes to aws_autoscaling_group.ecs_nodes desired_capacity
Right now when the ASG scales we see this in subsequent refreshes ``` # module.jetbrains_ecs_cluster.aws_autoscaling_group.ecs_nodes has changed ~ resource "aws_autoscaling_group" "ecs_nodes" { ~ desired_capacity = 0 -> 2 id = "CLUSTER_NODES_20211227012035340600000002" name = "CLUSTER_NODES_20211227012035340600000002" # (22 unchanged attributes hidden) # (2 unchanged blocks hidden) } ```
- Loading branch information