Skip to content

Commit

Permalink
Merge remote-tracking branch 'refs/remotes/origin/DBP-919-create-nlb-…
Browse files Browse the repository at this point in the history
…for-servicecenter-module' into DBP-919-create-nlb-for-servicecenter-module
  • Loading branch information
M-Schiborr committed Oct 1, 2024
2 parents 9d563ba + c8cd376 commit e856892
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions modules/ionos-nlb-for-servicecenter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,21 +15,21 @@
| Name | Description | Type | Default | Required |
|------|-------------|------|---------|:--------:|
| <a name="input_coordinates"></a> [coordinates](#input\_coordinates) | n/a | `map(any)` | n/a | yes |
| <a name="input_crossconnects"></a> [crossconnects](#input\_crossconnects) | List of crossconnects which should connect to backend haproxy | `list(string)` | n/a | yes |
| <a name="input_datacenter_id"></a> [datacenter\_id](#input\_datacenter\_id) | ID of datacenter cluster shall be created in | `string` | n/a | yes |
| <a name="input_datacenter_location"></a> [datacenter\_location](#input\_datacenter\_location) | Location of datacenter cluster shall be created in | `string` | n/a | yes |
| <a name="input_datacenter_name"></a> [datacenter\_name](#input\_datacenter\_name) | Name of datacenter cluster shall be created in | `string` | n/a | yes |
| <a name="input_domain_without_top_level"></a> [domain\_without\_top\_level](#input\_domain\_without\_top\_level) | Domain without top level | `string` | n/a | yes |
| <a name="input_listener_ips"></a> [listener\_ips](#input\_listener\_ips) | List of listener ips which should be assigned to nlb listener ip list | `list(string)` | n/a | yes |
| <a name="input_nlb_listener_port"></a> [nlb\_listener\_port](#input\_nlb\_listener\_port) | Listening (inbound) port number | `number` | n/a | yes |
| <a name="input_nlb_target_lan_id"></a> [nlb\_target\_lan\_id](#input\_nlb\_target\_lan\_id) | The LAN to connect your Network Loadbalancer to | `string` | n/a | yes |
| <a name="input_nlb_target_port"></a> [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 |
| <a name="input_node_nlb_lan_ips"></a> [node\_nlb\_lan\_ips](#input\_node\_nlb\_lan\_ips) | List of node and network loadbalancer lan ips | `list` | n/a | yes |
| <a name="input_node_nlb_lan_ips"></a> [node\_nlb\_lan\_ips](#input\_node\_nlb\_lan\_ips) | List of node and network loadbalancer lan ips | `list(any)` | n/a | yes |
| <a name="input_top_level_domain"></a> [top\_level\_domain](#input\_top\_level\_domain) | Top-level domain mapping for environments | `map(any)` | n/a | yes |
| <a name="input_nlb_target_health_check_timeout"></a> [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 |
|------|-------------|
| <a name="output_nlb_ip"></a> [nlb\_ip](#output\_nlb\_ip) | n/a |
No outputs.
## Requirements

| Name | Version |
Expand All @@ -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 |
<!-- END_TF_DOCS -->

0 comments on commit e856892

Please sign in to comment.