AWS RDS Terraform module
Upstream version 7.2.0
0 controls from Registry requirements
Terraform Module Source
registry.compliance.tf/terraform-aws-modules/rds/aws| Name | Type | Description | Sensitive |
|---|---|---|---|
| db_instance_address | — | The address of the RDS instance | — |
| db_instance_arn | — | The ARN of the RDS instance | — |
| db_instance_availability_zone | — | The availability zone of the RDS instance | — |
| db_instance_ca_cert_identifier | — | Specifies the identifier of the CA certificate for the DB instance | — |
| db_instance_cloudwatch_log_groups | — | Map of CloudWatch log groups created and their attributes | — |
| db_instance_domain | — | The ID of the Directory Service Active Directory domain the instance is joined to | — |
| db_instance_domain_auth_secret_arn | — | The ARN for the Secrets Manager secret with the self managed Active Directory credentials for the user joining the domain | — |
| db_instance_domain_dns_ips | — | The IPv4 DNS IP addresses of your primary and secondary self managed Active Directory domain controllers | — |
| db_instance_domain_fqdn | — | The fully qualified domain name (FQDN) of an self managed Active Directory domain | — |
| db_instance_domain_iam_role_name | — | The name of the IAM role to be used when making API calls to the Directory Service | — |
| db_instance_domain_ou | — | The self managed Active Directory organizational unit for your DB instance to join | — |
| db_instance_endpoint | — | The connection endpoint | — |
| db_instance_engine | — | The database engine | — |
| db_instance_engine_version_actual | — | The running version of the database | — |
| db_instance_hosted_zone_id | — | The canonical hosted zone ID of the DB instance (to be used in a Route 53 Alias record) | — |
| db_instance_identifier | — | The RDS instance identifier | — |
| db_instance_master_user_secret_arn | — | The ARN of the master user secret (Only available when manage_master_user_password is set to true) | — |
| db_instance_name | — | The database name | — |
| db_instance_port | — | The database port | — |
| db_instance_resource_id | — | The RDS Resource ID of this instance | — |
| db_instance_role_associations | — | A map of DB Instance Identifiers and IAM Role ARNs separated by a comma | — |
| db_instance_secretsmanager_secret_rotation_enabled | — | Specifies whether automatic rotation is enabled for the secret | — |
| db_instance_status | — | The RDS instance status | — |
| db_instance_upgrade_rollout_order | — | Order in which the instances are upgraded (first, second, last) | — |
| db_instance_username | — | The master username for the database | sensitive |
| db_listener_endpoint | — | Specifies the listener connection endpoint for SQL Server Always On | — |
| db_option_group_arn | — | The ARN of the db option group | — |
| db_option_group_id | — | The db option group id | — |
| db_parameter_group_arn | — | The ARN of the db parameter group | — |
| db_parameter_group_id | — | The db parameter group id | — |
| db_subnet_group_arn | — | The ARN of the db subnet group | — |
| db_subnet_group_id | — | The db subnet group name | — |
| enhanced_monitoring_iam_role_arn | — | The Amazon Resource Name (ARN) specifying the monitoring role | — |
| enhanced_monitoring_iam_role_name | — | The name of the monitoring role | — |