Fix endpoint documentation for aws_rds_cluster (#7755)
This commit is contained in:
parent
0c86217db7
commit
4969e64132
|
@ -88,13 +88,12 @@ The following attributes are exported:
|
|||
* `id` - The RDS Cluster Identifier
|
||||
* `cluster_identifier` - The RDS Cluster Identifier
|
||||
* `cluster_members` – List of RDS Instances that are a part of this cluster
|
||||
* `address` - The address of the RDS instance.
|
||||
* `allocated_storage` - The amount of allocated storage
|
||||
* `availability_zones` - The availability zone of the instance
|
||||
* `backup_retention_period` - The backup retention period
|
||||
* `preferred_backup_window` - The backup window
|
||||
* `preferred_maintenance_window` - The maintenance window
|
||||
* `endpoint` - The primary, writeable connection endpoint
|
||||
* `endpoint` - The DNS address of the RDS instance
|
||||
* `engine` - The database engine
|
||||
* `engine_version` - The database engine version
|
||||
* `maintenance_window` - The instance maintenance window
|
||||
|
|
|
@ -80,7 +80,7 @@ The following attributes are exported:
|
|||
this instance is a read replica
|
||||
* `allocated_storage` - The amount of allocated storage
|
||||
* `availability_zones` - The availability zone of the instance
|
||||
* `endpoint` - The IP address for this instance. May not be writable
|
||||
* `endpoint` - The DNS address for this instance. May not be writable
|
||||
* `engine` - The database engine
|
||||
* `engine_version` - The database engine version
|
||||
* `database_name` - The database name
|
||||
|
|
Loading…
Reference in New Issue