From 54177bc8c4c469a8a00613d8226ca713979ec94f Mon Sep 17 00:00:00 2001 From: Justin Retzolk <44710313+justinretzolk@users.noreply.github.com> Date: Wed, 12 Jul 2023 16:21:36 -0500 Subject: [PATCH] Remove name attribute from aws_db_instance docs --- website/docs/r/db_instance.html.markdown | 1 - 1 file changed, 1 deletion(-) diff --git a/website/docs/r/db_instance.html.markdown b/website/docs/r/db_instance.html.markdown index 0c5fd50cc91..09d7e747a5b 100644 --- a/website/docs/r/db_instance.html.markdown +++ b/website/docs/r/db_instance.html.markdown @@ -407,7 +407,6 @@ in a Route 53 Alias record). * `maintenance_window` - The instance maintenance window. * `master_user_secret` - A block that specifies the master user secret. Only available when `manage_master_user_password` is set to true. [Documented below](#master_user_secret). * `multi_az` - If the RDS instance is multi AZ enabled. -* `name` - The database name. * `port` - The database port. * `resource_id` - The RDS Resource ID of this instance. * `status` - The RDS instance status.