Skip to content

Commit

Permalink
Merge pull request #625 from ionos-cloud/docs-fix-preparing-the-netwo…
Browse files Browse the repository at this point in the history
…rk-url

doc: fix URL to docs page about network preparation
  • Loading branch information
skoenig authored Jul 30, 2024
2 parents c94b68d + 2daaada commit e4abc0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/resources/dbaas_mongo_cluster.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ resource "random_password" "cluster_password" {
* `connections` - (Required)[List] Details about the network connection for your cluster. Updates to the value of the field force the cluster to be re-created.
* `datacenter_id` - (Required)[string] The datacenter to connect your cluster to.
* `lan_id` - (Required)[string] The LAN to connect your cluster to.
* `cidr_list` - (Required)[List] The list of IPs and subnet for your cluster. Note the following unavailable IP ranges:10.233.64.0/18, 10.233.0.0/18, 10.233.114.0/24. example: [192.168.1.100/24, 192.168.1.101/24]. See [Private IPs](https://www.ionos.com/help/server-cloud-infrastructure/private-network/private-ip-address-ranges/) and [Cluster Setup - Preparing the network](https://docs.ionos.com/reference/product-information/api-automation-guides/database-as-a-service/create-a-database#preparing-the-network).
* `cidr_list` - (Required)[List] The list of IPs and subnet for your cluster. Note the following unavailable IP ranges:10.233.64.0/18, 10.233.0.0/18, 10.233.114.0/24. example: [192.168.1.100/24, 192.168.1.101/24]. See [Private IPs](https://www.ionos.com/help/server-cloud-infrastructure/private-network/private-ip-address-ranges/) and [Cluster Setup - Preparing the network](https://docs.ionos.com/cloud/databases/mongodb/api-howtos/create-a-cluster#preparing-the-network).
* `maintenance_window` - (Optional)(Computed)[string] A weekly 4 hour-long window, during which maintenance might occur. Updates to the value of the field force the cluster to be re-created.
* `time` - (Required)[string]
* `day_of_the_week` - (Required)[string]
Expand Down

0 comments on commit e4abc0f

Please sign in to comment.