-
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/aws_glue_catalog_database: add federated_database
argument
#35799
Conversation
Community NoteVoting for Prioritization
For Submitters
|
… false Previously, an explicitly configured `use_service_linked_role` argument set to false would still result in the value being sent to the API as true when `role_arn` was not set.
The `federated_database` argument will allow practitioners to configure a glue database referencing a federated database entity outside the AWS Glue Data Catalog.
10b3eda
to
e65df6b
Compare
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=TestAccGlueCatalogDatabase_' PKG=glue
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./internal/service/glue/... -v -count 1 -parallel 20 -run=TestAccGlueCatalogDatabase_ -timeout 360m
--- PASS: TestAccGlueCatalogDatabase_disappears (13.64s)
--- PASS: TestAccGlueCatalogDatabase_targetDatabaseWithRegion (22.31s)
--- PASS: TestAccGlueCatalogDatabase_createTablePermission (23.57s)
--- PASS: TestAccGlueCatalogDatabase_targetDatabase (25.30s)
--- PASS: TestAccGlueCatalogDatabase_full (30.78s)
--- PASS: TestAccGlueCatalogDatabase_tags (30.78s)
--- PASS: TestAccGlueCatalogDatabase_federatedDatabase (347.06s)
PASS
ok github.com/hashicorp/terraform-provider-aws/internal/service/glue 354.503s
This functionality has been released in v5.37.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
The
federated_database
argument will allow practitioners to configure a glue database referencing a federated database entity outside the AWS Glue Data Catalog.Also addresses a bug with
aws_lakeformation_resource
where theuse_service_linked_role
was being ignored when explicitly configured tofalse
.Relations
Closes #33453
Relates #35703
Relates #35771
References
Output from Acceptance Testing