From c8cd376f5160ed7c96b1f2043919fd0b84268aed Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 27 Sep 2024 14:38:04 +0000 Subject: [PATCH] terraform-docs: automated action --- modules/ionos-nlb-for-servicecenter/README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/modules/ionos-nlb-for-servicecenter/README.md b/modules/ionos-nlb-for-servicecenter/README.md index 77f8b05..0257c4c 100644 --- a/modules/ionos-nlb-for-servicecenter/README.md +++ b/modules/ionos-nlb-for-servicecenter/README.md @@ -15,21 +15,21 @@ | Name | Description | Type | Default | Required | |------|-------------|------|---------|:--------:| | [coordinates](#input\_coordinates) | n/a | `map(any)` | n/a | yes | +| [crossconnects](#input\_crossconnects) | List of crossconnects which should connect to backend haproxy | `list(string)` | n/a | yes | | [datacenter\_id](#input\_datacenter\_id) | ID of datacenter cluster shall be created in | `string` | n/a | yes | | [datacenter\_location](#input\_datacenter\_location) | Location of datacenter cluster shall be created in | `string` | n/a | yes | | [datacenter\_name](#input\_datacenter\_name) | Name of datacenter cluster shall be created in | `string` | n/a | yes | | [domain\_without\_top\_level](#input\_domain\_without\_top\_level) | Domain without top level | `string` | n/a | yes | +| [listener\_ips](#input\_listener\_ips) | List of listener ips which should be assigned to nlb listener ip list | `list(string)` | n/a | yes | | [nlb\_listener\_port](#input\_nlb\_listener\_port) | Listening (inbound) port number | `number` | n/a | yes | | [nlb\_target\_lan\_id](#input\_nlb\_target\_lan\_id) | The LAN to connect your Network Loadbalancer to | `string` | n/a | yes | | [nlb\_target\_port](#input\_nlb\_target\_port) | The port of the balanced target service; valid range is 1 to 65535 used in target group | `string` | n/a | yes | -| [node\_nlb\_lan\_ips](#input\_node\_nlb\_lan\_ips) | List of node and network loadbalancer lan ips | `list` | n/a | yes | +| [node\_nlb\_lan\_ips](#input\_node\_nlb\_lan\_ips) | List of node and network loadbalancer lan ips | `list(any)` | n/a | yes | | [top\_level\_domain](#input\_top\_level\_domain) | Top-level domain mapping for environments | `map(any)` | n/a | yes | | [nlb\_target\_health\_check\_timeout](#input\_nlb\_target\_health\_check\_timeout) | The maximum time in milliseconds to wait for the client to acknowledge or send data | `string` | `6000` | no | ## Outputs -| Name | Description | -|------|-------------| -| [nlb\_ip](#output\_nlb\_ip) | n/a | +No outputs. ## Requirements | Name | Version | @@ -39,8 +39,8 @@ | Name | Type | |------|------| -| [ionoscloud_ipblock.nlb](https://registry.terraform.io/providers/ionos-cloud/ionoscloud/6.4.18/docs/resources/ipblock) | resource | -| [ionoscloud_lan.nlb_listener_lan](https://registry.terraform.io/providers/ionos-cloud/ionoscloud/6.4.18/docs/resources/lan) | resource | +| [ionoscloud_lan.crossconnect_lan](https://registry.terraform.io/providers/ionos-cloud/ionoscloud/6.4.18/docs/resources/lan) | resource | | [ionoscloud_networkloadbalancer.nlb](https://registry.terraform.io/providers/ionos-cloud/ionoscloud/6.4.18/docs/resources/networkloadbalancer) | resource | | [ionoscloud_networkloadbalancer_forwardingrule.forward_k8](https://registry.terraform.io/providers/ionos-cloud/ionoscloud/6.4.18/docs/resources/networkloadbalancer_forwardingrule) | resource | +| [ionoscloud_private_crossconnect.crossconnect](https://registry.terraform.io/providers/ionos-cloud/ionoscloud/6.4.18/docs/data-sources/private_crossconnect) | data source | \ No newline at end of file