Open ineednewpajamas opened 1 day ago
Voting for Prioritization
Volunteering to Work on This Issue
Hello @ineednewpajamas 👋🏼
Reviewing resource parameters, I've seen there's a tags_all
attribute available.
Is it possible that this is matching what you're looking for?
tags_all which is just exported, and default_tags which is what feeds tags_all is not what I'm looking for. We need the ability to define specific tags for the resources.
Description
Add support for the
tags
argument for aws_route53profiles_profile and aws_route53profiles_association. Tags are supported in awscc and the sdk.Affected Resource(s) and/or Data Source(s)
aws_route53profiles_profile aws_route53profiles_association
Potential Terraform Configuration
References
https://registry.terraform.io/providers/hashicorp/awscc/latest/docs/resources/route53profiles_profile https://pkg.go.dev/github.com/aws/aws-sdk-go-v2/service/route53profiles#CreateProfileInput
Would you like to implement a fix?
No