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.63k stars 9.01k forks source link

[Bug]: `aws_lakeformation_resource_lf_tags` should support update-in-place #32173

Open gdavison opened 1 year ago

gdavison commented 1 year ago

Terraform Core Version

N/A

AWS Provider Version

5.4.0

Affected Resource(s)

aws_lakeformation_resource_lf_tags

Expected Behavior

Changes to lf_tag should update in place

Actual Behavior

When there are changes to lf_tag, all tags are first removed and then added back

Relevant Error/Panic Output Snippet

No response

Terraform Configuration Files

N/A

Steps to Reproduce

Change a configuration

Debug Output

No response

Panic Output

No response

Important Factoids

No response

References

No response

Would you like to implement a fix?

None

github-actions[bot] commented 1 year ago

Community Note

Voting for Prioritization

Volunteering to Work on This Issue