From 73e191442d70a983893e2c07dff7b38d61950526 Mon Sep 17 00:00:00 2001 From: Paul Stack Date: Thu, 10 Nov 2016 06:50:02 +0000 Subject: [PATCH] docs/aws: Rename zone_id to hosted_zone_id for aws_db_instance (#10010) --- website/source/docs/providers/aws/r/db_instance.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/providers/aws/r/db_instance.html.markdown b/website/source/docs/providers/aws/r/db_instance.html.markdown index cafd6060e..7bf0b0f53 100644 --- a/website/source/docs/providers/aws/r/db_instance.html.markdown +++ b/website/source/docs/providers/aws/r/db_instance.html.markdown @@ -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: