docs/aws: Rename zone_id to hosted_zone_id for aws_db_instance (#10010)
This commit is contained in:
parent
25a633a46a
commit
73e191442d
|
@ -136,7 +136,7 @@ The following attributes are exported:
|
|||
* `status` - The RDS instance status
|
||||
* `username` - The master username for the database
|
||||
* `storage_encrypted` - Specifies whether the DB instance is encrypted
|
||||
* `zone_id` - The canonical hosted zone ID of the DB instance (to be used in a Route 53 Alias record)
|
||||
* `hosted_zone_id` - The canonical hosted zone ID of the DB instance (to be used in a Route 53 Alias record)
|
||||
|
||||
On Oracle instances the following is exported additionally:
|
||||
|
||||
|
|
Loading…
Reference in New Issue