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.84k stars 9.19k forks source link

[Enhancement]: Add aws_ecs_capacity_provider name to the exportable attribute list #27881

Open ycointe opened 2 years ago

ycointe commented 2 years ago

Description

The aws_ecs_capacity_provider resource allow to export the following attribute:

It could be great to have the possibility to export the aws_ecs_capacity_provider name. This attribute is used by other resources

Affected Resource(s) and/or Data Source(s)

No response

Potential Terraform Configuration

output "ecs_capacity_provider_name" {
  value = aws_ecs_capacity_provider.my_capacity_provider.name
}

References

https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/ecs_capacity_provider

Would you like to implement a fix?

No response

github-actions[bot] commented 2 years ago

Community Note

Voting for Prioritization

Volunteering to Work on This Issue

github-actions[bot] commented 2 days 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!