-
Notifications
You must be signed in to change notification settings - Fork 9.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AWS LakeFormation Tag-Based Access Control (TBAC) #20996
Comments
This addition of this feature would be very helpful in reducing the overall number of resources that terraform has to manage when dealing with a very large number of lake formation permissions. We are seeing significant degradation in execution time during the state refresh part of the terraform plan phase at work as we manage ~1500 LF permissions via terraform and it has become completely unmanageable. The execution time with around ~1500 LF permissions managed via We are now thinking about dropping the usage of |
Ranadeep, The majority of 'end user' permissions being maintained outside of TF. |
Is this pretty much covered by #19640? |
Added in:
Please give them a 👍 so they are reviewed. |
This functionality has been released in v4.21.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. Thank you! |
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. |
Community Note
Relates #19640 (duplicate?)
Description
Requesting addition of functionality to support Tag-Based Control.
https://docs.aws.amazon.com/lake-formation/latest/dg/TBAC-overview.html
New or Affected Resource(s)
(1) New resources for the following APIs:
aws.lakeformation
(2) Modify aws_lakeformation_permissions to include the following resource types:
Potential Terraform Configuration
References
https://docs.aws.amazon.com/lake-formation/latest/dg/TBAC-overview.html
https://awscli.amazonaws.com/v2/documentation/api/latest/reference/lakeformation/index.html#cli-aws-lakeformation
The text was updated successfully, but these errors were encountered: