-
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
feat: add self managed active directory settings to aws_db_instance #35500
feat: add self managed active directory settings to aws_db_instance #35500
Conversation
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.
Welcome @Ziziann 👋
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! 😃
# Conflicts: # website/docs/r/db_instance.html.markdown
…ws_partition data source'.
…meters for either AWS Managed Active Directory or self-managed Active Directory'.
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 🚀.
% ACCTEST_TIMEOUT=720m make testacc TESTARGS='-run=TestAccRDSInstance_basic\|TestAccRDSInstance_MSSQL_domain\|TestAccRDSInstance_MSSQL_selfManagedDomain' PKG=rds ACCTEST_PARALLELISM=2
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./internal/service/rds/... -v -count 1 -parallel 2 -run=TestAccRDSInstance_basic\|TestAccRDSInstance_MSSQL_domain\|TestAccRDSInstance_MSSQL_selfManagedDomain -timeout 720m
=== RUN TestAccRDSInstance_basic
=== PAUSE TestAccRDSInstance_basic
=== RUN TestAccRDSInstance_MSSQL_domain
=== PAUSE TestAccRDSInstance_MSSQL_domain
=== RUN TestAccRDSInstance_MSSQL_domainSnapshotRestore
=== PAUSE TestAccRDSInstance_MSSQL_domainSnapshotRestore
=== RUN TestAccRDSInstance_MSSQL_selfManagedDomain
=== PAUSE TestAccRDSInstance_MSSQL_selfManagedDomain
=== RUN TestAccRDSInstance_MSSQL_selfManagedDomainSnapshotRestore
=== PAUSE TestAccRDSInstance_MSSQL_selfManagedDomainSnapshotRestore
=== CONT TestAccRDSInstance_basic
=== CONT TestAccRDSInstance_MSSQL_selfManagedDomain
--- PASS: TestAccRDSInstance_basic (512.12s)
=== CONT TestAccRDSInstance_MSSQL_domainSnapshotRestore
--- PASS: TestAccRDSInstance_MSSQL_selfManagedDomain (2211.57s)
=== CONT TestAccRDSInstance_MSSQL_selfManagedDomainSnapshotRestore
--- PASS: TestAccRDSInstance_MSSQL_domainSnapshotRestore (3581.40s)
=== CONT TestAccRDSInstance_MSSQL_domain
--- PASS: TestAccRDSInstance_MSSQL_selfManagedDomainSnapshotRestore (2379.03s)
--- PASS: TestAccRDSInstance_MSSQL_domain (3524.74s)
PASS
ok github.com/hashicorp/terraform-provider-aws/internal/service/rds 7629.118s
@Ziziann Thanks for the contribution 🎉 👏. |
This functionality has been released in v5.36.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
Adding support of self-managed active directory for
aws_db_instance
for MSSQL. That's an enhancement for the current configuration which is already supporting AWS managed active directory.This is my first PR here, so please provide me some guidance if something else will be necessary to complete this pull request.
Adding:
The documentation also has been updated.
Relations
Closes #32641
References
Output from Acceptance Testing