hashicorp / terraform-provider-aws

The AWS Provider enables Terraform to manage AWS resources.
https://registry.terraform.io/providers/hashicorp/aws
Mozilla Public License 2.0
9.85k stars 9.19k forks source link

name_prefix for aws_ecs_capacity_provider #11566

Open pauldraper opened 4 years ago

pauldraper commented 4 years ago

AWS does not support deleting capacity providers, so it's hard to ensure a unique name.

name_prefix would fix that.

bflad commented 4 years ago

There are now instructions about how to add this to resources in the Contributing Guide.

pauldraper commented 4 years ago

That has been removed.

github-actions[bot] commented 1 day ago

Marking this issue as stale due to inactivity. This helps our maintainers find and focus on the active issues. If this issue receives no comments in the next 30 days it will automatically be closed. Maintainers can also remove the stale label.

If this issue was automatically closed and you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. Thank you!

pauldraper commented 7 hours ago

Still an issue.

pauldraper commented 7 hours ago

Actually, ECS now supports deleting capacity providers. So this is less important.