terraform-provider-tencentcloud
terraform-provider-tencentcloud copied to clipboard
provider-level tagging
Community Note
- Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
- Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritize the request
- If you are interested in working on this issue or have submitted a pull request, please leave a comment
Description
I found the recently released billing filter by tag. It's convenient to identify the usage by a specific filter. Could we add provider-level tagging? It's convenient to catch all missing tagged resources.
New or Affected Resource(s)
All resource types will be affected.
- tencentcloud_XXXXX
Potential Terraform Configuration
provider "tencentcloud" {
# ... other configuration ...
default_tags {
tags = {
Environment = "Production"
Owner = "Ops"
}
}
}
References
[Proof of Concept] Default tags implementation: provider and subnet/vpc resources