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]: Terraform try to revoke permission for Permission with Grant Options ["Alter","Drop","Associate","Describe"] which combination is not right. #34003

Open rahulgoyal2987 opened 9 months ago

rahulgoyal2987 commented 9 months ago

Terraform Core Version

1.2.9

AWS Provider Version

5.21.0

Affected Resource(s)

Terraform try to revoke permission for Permission with Grant Options ["Alter","Drop","Associate","Describe"] which combination is not right.

Expected Behavior

Terraform should revoke permission for Permission with Grant Options ["Associate","Describe"] attached here is image with defect.

Actual Behavior

image Terraform should revoke permission for Permission with Grant Options ["Associate","Describe"] attached here is image with defect.

Relevant Error/Panic Output Snippet

No response

Terraform Configuration Files

  1. Create terraform resource with "aws_lakeformation_permissions" (https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/lakeformation_permissions) having describe, Associate permissions

Steps to Reproduce

  1. Create terraform resource with "aws_lakeformation_permissions" (https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/lakeformation_permissions) having describe, Associate permissions

Debug Output

No response

Panic Output

No response

Important Factoids

No response

References

No response

Would you like to implement a fix?

No

github-actions[bot] commented 9 months ago

Community Note

Voting for Prioritization

Volunteering to Work on This Issue