Skip to content

Commit 59b6748

Browse files
committed
Update documentation for IPv6 with DocumentDB
1 parent 224cc75 commit 59b6748

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

website/docs/r/docdb_cluster.html.markdown

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ This resource supports the following arguments:
7171
show up in logs. Please refer to the DocumentDB Naming Constraints. Conflicts with `master_password` and `manage_master_user_password`.
7272
* `master_password_wo_version` - (Optional) Used together with `master_password_wo` to trigger an update. Increment this value when an update to the `master_password_wo` is required.
7373
* `master_username` - (Required unless a `snapshot_identifier` or unless a `global_cluster_identifier` is provided when the cluster is the "secondary" cluster of a global database) Username for the master DB user.
74+
* `network_type` - The network type of the DB cluster (`IPV4` or `DUAL`).
7475
* `port` - (Optional) The port on which the DB accepts connections
7576
* `preferred_backup_window` - (Optional) The daily time range during which automated backups are created if automated backups are enabled using the BackupRetentionPeriod parameter.Time in UTC
7677
Default: A 30-minute window selected at random from an 8-hour block of time per regionE.g., 04:00-09:00

website/docs/r/docdb_subnet_group.html.markdown

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ This resource exports the following attributes in addition to the arguments abov
4040

4141
* `id` - The docDB subnet group name.
4242
* `arn` - The ARN of the docDB subnet group.
43+
* `supported_network_types` - The network type of the docDB subnet group (`IPV4` or `DUAL`).
4344
* `tags_all` - A map of tags assigned to the resource, including those inherited from the provider [`default_tags` configuration block](https://registry.terraform.io/providers/hashicorp/aws/latest/docs#default_tags-configuration-block).
4445

4546
## Import

0 commit comments

Comments
 (0)