Skip to content

Commit e9439e8

Browse files
Merge pull request #31847 from hashicorp/d-remove-name-aws-db-instance
2 parents 4a3ae29 + cd7ecd6 commit e9439e8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

website/docs/r/db_instance.html.markdown

-1
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,6 @@ information on the [AWS
269269
Documentation](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Monitoring.html)
270270
what IAM permissions are needed to allow Enhanced Monitoring for RDS Instances.
271271
* `multi_az` - (Optional) Specifies if the RDS instance is multi-AZ
272-
* `name` - (Optional, **Deprecated** use `db_name` instead) The name of the database to create when the DB instance is created. If this parameter is not specified, no database is created in the DB instance. Note that this does not apply for Oracle or SQL Server engines. See the [AWS documentation](https://awscli.amazonaws.com/v2/documentation/api/latest/reference/rds/create-db-instance.html) for more details on what applies for those engines. If you are providing an Oracle db name, it needs to be in all upper case. Cannot be specified for a replica.
273272
* `nchar_character_set_name` - (Optional, Forces new resource) The national character set is used in the NCHAR, NVARCHAR2, and NCLOB data types for Oracle instances. This can't be changed. See [Oracle Character Sets
274273
Supported in Amazon RDS](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Appendix.OracleCharacterSets.html).
275274
* `network_type` - (Optional) The network type of the DB instance. Valid values: `IPV4`, `DUAL`.

0 commit comments

Comments
 (0)