-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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
resource/lakeformation permissions: Fix multiple permissions bug #17189
Conversation
3506d0a
to
d4ee7cd
Compare
d4ee7cd
to
d77ac81
Compare
Latest (GovCloud):
Latest (Commercial):
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Through no fault of your own, this resource is a little scary. I think this is correct though and passes regression testing.
Output from acceptance testing:
--- FAIL: TestAccAWSLakeFormation_serial (316.72s)
--- FAIL: TestAccAWSLakeFormation_serial/Permissions (274.28s)
--- FAIL: TestAccAWSLakeFormation_serial/Permissions/dataLocation (25.07s) # unrelated account issue
--- PASS: TestAccAWSLakeFormation_serial/Permissions/dataLocationDataSource (27.38s)
--- PASS: TestAccAWSLakeFormation_serial/Permissions/tableWithColumnsDataSource (26.06s)
--- PASS: TestAccAWSLakeFormation_serial/Permissions/tableWithColumns (24.31s)
--- PASS: TestAccAWSLakeFormation_serial/Permissions/tableWithColumnsAndTable (25.36s)
--- PASS: TestAccAWSLakeFormation_serial/Permissions/basicDataSource (20.68s)
--- PASS: TestAccAWSLakeFormation_serial/Permissions/databaseDataSource (27.77s)
--- PASS: TestAccAWSLakeFormation_serial/Permissions/tableDataSource (30.45s)
--- PASS: TestAccAWSLakeFormation_serial/Permissions/basic (20.64s)
--- PASS: TestAccAWSLakeFormation_serial/Permissions/database (22.35s)
--- PASS: TestAccAWSLakeFormation_serial/Permissions/table (24.20s)
--- PASS: TestAccAWSLakeFormation_serial/DataLakeSettings (42.44s)
--- PASS: TestAccAWSLakeFormation_serial/DataLakeSettings/disappears (10.63s)
--- PASS: TestAccAWSLakeFormation_serial/DataLakeSettings/withoutCatalogId (10.06s)
--- PASS: TestAccAWSLakeFormation_serial/DataLakeSettings/dataSource (11.65s)
--- PASS: TestAccAWSLakeFormation_serial/DataLakeSettings/basic (10.10s)
@bflad I agree that it's scary. Hopefully a small community can build around this to help it mature. That and maybe some API maturing. |
This has been released in version 3.25.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 feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. Thanks! |
Community Note
Closes #17047
Release note for CHANGELOG:
Output from acceptance testing (GovCloud):