Closed MitchellGerdisch closed 3 years ago
Additional Principals | Perm Delete/Revoke |
---|---|
Related #16848 (Issue) Related #16916 Related #18034 (Issue) Related #18374 |
Related #17633 (Issue) Related #18446 (Issue) Related #18505 Related #19063 (Issue) Related #19064 (Issue) |
This has been released in version 3.39.0 of the Terraform AWS provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading.
For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template for triage. Thanks!
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.
Community Note
Terraform CLI and Terraform AWS Provider Version
Affected Resource(s)
Terraform Configuration Files
Please include all Terraform configurations required to reproduce the bug. Bug reports without a functional reproduction may be closed without investigation.
Debug Output
Panic Output
Expected Behavior
As per the documentation, the
permissions_with_grant_option
is optional (https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/lakeformation_permissions#permissions_with_grant_option) And creating resource without that option should work as expected.Actual Behavior
Without that option a few things happen:
│ Error: error reading Lake Formation permissions: no permissions found
Steps to Reproduce
Important Factoids
References
0000