-
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
r/lakeformation_data_lake_settings: add allow_full_table_external_data_access
attribute
#34474
Conversation
update with data-source as well
Community NoteVoting for Prioritization
For Submitters
|
Thank you for your contribution! 🚀 Please note that the Remove any changes to the |
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.
Welcome @pixie79 👋
It looks like this is your first Pull Request submission to the Terraform AWS Provider! If you haven’t already done so please make sure you have checked out our CONTRIBUTOR guide and FAQ to make sure your contribution is adhering to best practice and has all the necessary elements in place for a successful approval.
Also take a look at our FAQ which details how we prioritize Pull Requests for inclusion.
Thanks again, and welcome to the community! 😃
@pixie79 @justinretzolk can this be reviewed and (hopefully) merged? It would be great to have this supported in the terraform resource. |
cc @ewbankkit |
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.
LGTM 🚀
% make testacc TESTARGS="-run=TestAccLakeFormation_serial/DataLakeSettings$" PKG=lakeformation
make: Verifying source code with gofmt...
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go1.22.5 test ./internal/service/lakeformation/... -v -count 1 -parallel 20 -run=TestAccLakeFormation_serial/DataLakeSettings -timeout 360m
=== RUN TestAccLakeFormation_serial
=== PAUSE TestAccLakeFormation_serial
=== CONT TestAccLakeFormation_serial
=== RUN TestAccLakeFormation_serial/DataLakeSettings
=== RUN TestAccLakeFormation_serial/DataLakeSettings/basic
=== RUN TestAccLakeFormation_serial/DataLakeSettings/disappears
=== RUN TestAccLakeFormation_serial/DataLakeSettings/withoutCatalogId
=== RUN TestAccLakeFormation_serial/DataLakeSettings/readOnlyAdmins
=== RUN TestAccLakeFormation_serial/DataLakeSettingsDataSource
=== RUN TestAccLakeFormation_serial/DataLakeSettingsDataSource/basic
=== RUN TestAccLakeFormation_serial/DataLakeSettingsDataSource/readOnlyAdmins
--- PASS: TestAccLakeFormation_serial (77.46s)
--- PASS: TestAccLakeFormation_serial/DataLakeSettings (51.77s)
--- PASS: TestAccLakeFormation_serial/DataLakeSettings/basic (13.84s)
--- PASS: TestAccLakeFormation_serial/DataLakeSettings/disappears (13.11s)
--- PASS: TestAccLakeFormation_serial/DataLakeSettings/withoutCatalogId (12.32s)
--- PASS: TestAccLakeFormation_serial/DataLakeSettings/readOnlyAdmins (12.50s)
--- PASS: TestAccLakeFormation_serial/DataLakeSettingsDataSource (25.69s)
--- PASS: TestAccLakeFormation_serial/DataLakeSettingsDataSource/basic (12.73s)
--- PASS: TestAccLakeFormation_serial/DataLakeSettingsDataSource/readOnlyAdmins (12.95s)
PASS
ok github.com/hashicorp/terraform-provider-aws/internal/service/lakeformation 83.476s
allow_full_table_external_data_access
attribute
@pixie79 thank you for the contribution! 🎉 |
This functionality has been released in v5.59.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 pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. |
Description
This PR add the missing setting to datalake_settings to allow for missing or miss configured STS:TagSessions to be ignored by AWS. It is a new bool setting avaliable within the AWS Datalake settings.
Updates both resource and data-source.
Relations
Closes #34471
Output from Acceptance Testing
I attempted to run the tests however, it would appear my dev environment does not have the resources for this to work