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.74k stars 9.1k forks source link

[Enhancement]: Connect instance creation ignore default tags #38849

Open daftkid opened 1 month ago

daftkid commented 1 month ago

Description

I noticed that default tags set for AWS Provider are not created for the Amazon Connect instance. Also, it is not possible to manage instance tags via Terraform

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

Potential Terraform Configuration

No response

References

https://github.com/aws/aws-sdk-go-v2/blob/main/service/connect/api_op_CreateInstance.go#L73

https://github.com/hashicorp/terraform-provider-aws/blob/main/internal/service/connect/instance.go

Would you like to implement a fix?

None

github-actions[bot] commented 1 month ago

Community Note

Voting for Prioritization

Volunteering to Work on This Issue