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.81k stars 9.16k forks source link

[Enhancement]: aws_athena_prepared_statement's query_statement always diff in plans when no changes #39831

Open flavono123 opened 6 days ago

flavono123 commented 6 days ago

Description

when query_statement of aws_athena_prepared_statement has no change, the plan do not show diff and resource should not be changed.

even no changes on query_statement, a resource aws_athena_prepared_statement seems always having changes:

image

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

Potential Terraform Configuration

No response

References

No response

Would you like to implement a fix?

Yes

github-actions[bot] commented 6 days ago

Community Note

Voting for Prioritization

Volunteering to Work on This Issue