-
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_lakeformation_resource: add use_service_linked_role
argument
#35284
Conversation
This argument will allow pracitioners to explicitly configure whether the value of `UseServiceLinkedRole` boolean in the underlying AWS RegisterResource API. Also fixes a bug where deleted resource registrations were not handled correctly by the destroy operation.
Community NoteVoting for Prioritization
For Submitters
|
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=TestAccLakeFormationResource_' PKG=lakeformation ACCTEST_PARALLELISM=3
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./internal/service/lakeformation/... -v -count 1 -parallel 3 -run=TestAccLakeFormationResource_ -timeout 360m
=== RUN TestAccLakeFormationResource_basic
=== PAUSE TestAccLakeFormationResource_basic
=== RUN TestAccLakeFormationResource_disappears
=== PAUSE TestAccLakeFormationResource_disappears
=== RUN TestAccLakeFormationResource_serviceLinkedRole
=== PAUSE TestAccLakeFormationResource_serviceLinkedRole
=== RUN TestAccLakeFormationResource_updateRoleToRole
=== PAUSE TestAccLakeFormationResource_updateRoleToRole
=== RUN TestAccLakeFormationResource_updateSLRToRole
=== PAUSE TestAccLakeFormationResource_updateSLRToRole
=== CONT TestAccLakeFormationResource_basic
=== CONT TestAccLakeFormationResource_updateRoleToRole
=== CONT TestAccLakeFormationResource_updateSLRToRole
--- PASS: TestAccLakeFormationResource_basic (23.64s)
=== CONT TestAccLakeFormationResource_disappears
--- PASS: TestAccLakeFormationResource_updateRoleToRole (40.83s)
=== CONT TestAccLakeFormationResource_serviceLinkedRole
--- PASS: TestAccLakeFormationResource_updateSLRToRole (41.20s)
--- PASS: TestAccLakeFormationResource_disappears (22.08s)
--- PASS: TestAccLakeFormationResource_serviceLinkedRole (20.95s)
PASS
ok github.com/hashicorp/terraform-provider-aws/internal/service/lakeformation 69.840s
This functionality has been released in v5.33.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 argument will allow pracitioners to explicitly configure whether the value of
UseServiceLinkedRole
boolean in the underlying AWS RegisterResource API. Also fixes a bug where deleted resource registrations were not handled correctly by the destroy operation.Relations
Closes #35283
References
Output from Acceptance Testing