-
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/athena_database - add acl_configuration
and expected_bucket_owner
args
#23745
Conversation
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 TESTS=TestAccAthenaDatabase_ PKG=athena ACCTEST_PARALLELISM=2
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./internal/service/athena/... -v -count 1 -parallel 2 -run='TestAccAthenaDatabase_' -timeout 180m
=== RUN TestAccAthenaDatabase_basic
=== PAUSE TestAccAthenaDatabase_basic
=== RUN TestAccAthenaDatabase_acl
=== PAUSE TestAccAthenaDatabase_acl
=== RUN TestAccAthenaDatabase_encryption
=== PAUSE TestAccAthenaDatabase_encryption
=== RUN TestAccAthenaDatabase_nameStartsWithUnderscore
=== PAUSE TestAccAthenaDatabase_nameStartsWithUnderscore
=== RUN TestAccAthenaDatabase_nameCantHaveUppercase
=== PAUSE TestAccAthenaDatabase_nameCantHaveUppercase
=== RUN TestAccAthenaDatabase_destroyFailsIfTablesExist
=== PAUSE TestAccAthenaDatabase_destroyFailsIfTablesExist
=== RUN TestAccAthenaDatabase_forceDestroyAlwaysSucceeds
=== PAUSE TestAccAthenaDatabase_forceDestroyAlwaysSucceeds
=== RUN TestAccAthenaDatabase_description
=== PAUSE TestAccAthenaDatabase_description
=== RUN TestAccAthenaDatabase_unescaped_description
=== PAUSE TestAccAthenaDatabase_unescaped_description
=== RUN TestAccAthenaDatabase_disppears
=== PAUSE TestAccAthenaDatabase_disppears
=== CONT TestAccAthenaDatabase_basic
=== CONT TestAccAthenaDatabase_destroyFailsIfTablesExist
--- PASS: TestAccAthenaDatabase_basic (33.15s)
=== CONT TestAccAthenaDatabase_nameStartsWithUnderscore
--- PASS: TestAccAthenaDatabase_destroyFailsIfTablesExist (43.26s)
=== CONT TestAccAthenaDatabase_nameCantHaveUppercase
--- PASS: TestAccAthenaDatabase_nameCantHaveUppercase (0.73s)
=== CONT TestAccAthenaDatabase_unescaped_description
--- PASS: TestAccAthenaDatabase_nameStartsWithUnderscore (27.06s)
=== CONT TestAccAthenaDatabase_disppears
--- PASS: TestAccAthenaDatabase_unescaped_description (26.08s)
=== CONT TestAccAthenaDatabase_encryption
--- PASS: TestAccAthenaDatabase_disppears (24.40s)
=== CONT TestAccAthenaDatabase_acl
--- PASS: TestAccAthenaDatabase_encryption (28.60s)
=== CONT TestAccAthenaDatabase_description
--- PASS: TestAccAthenaDatabase_acl (29.92s)
=== CONT TestAccAthenaDatabase_forceDestroyAlwaysSucceeds
--- PASS: TestAccAthenaDatabase_description (28.64s)
--- PASS: TestAccAthenaDatabase_forceDestroyAlwaysSucceeds (29.06s)
PASS
ok github.com/hashicorp/terraform-provider-aws/internal/service/athena 147.444s
@DrFaust92 @miyajan @drexler Thanks for the contributions 🎉 👏. |
This functionality has been released in v4.6.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. |
Community Note
Closes #12374.
Output from acceptance testing: