You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to create a SQL Server RDS instance that should be joined on a self managed Active Directory on creation. Unfortunately, there is no parameter set to configure that, but Terraform does:
Summary
I am trying to create a SQL Server RDS instance that should be joined on a self managed Active Directory on creation. Unfortunately, there is no parameter set to configure that, but Terraform does:
https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/db_instance#domain_fqdn-1
The self managed Active Directory keys that AWS API exposes should be writeable (see domain_memberships list):
https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/rds/client/start_db_instance.html
Thank you.
Issue Type
Feature Idea
Component Name
rds_instance, rds_cluster
Additional Information
Code of Conduct
The text was updated successfully, but these errors were encountered: