Skip to content

Commit

Permalink
terraform-docs: automated action
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jul 30, 2024
1 parent 1bea32a commit ead57cb
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 13 deletions.
1 change: 1 addition & 0 deletions modules/ionos-basic-vm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@
|------|-------------|
| <a name="output_basic_vm_server_dns"></a> [basic\_vm\_server\_dns](#output\_basic\_vm\_server\_dns) | n/a |
| <a name="output_basic_vm_server_id"></a> [basic\_vm\_server\_id](#output\_basic\_vm\_server\_id) | n/a |
| <a name="output_basic_vm_server_name"></a> [basic\_vm\_server\_name](#output\_basic\_vm\_server\_name) | n/a |
| <a name="output_basic_vm_server_nicuuid"></a> [basic\_vm\_server\_nicuuid](#output\_basic\_vm\_server\_nicuuid) | n/a |
| <a name="output_basic_vm_server_public_ip"></a> [basic\_vm\_server\_public\_ip](#output\_basic\_vm\_server\_public\_ip) | n/a |
## Requirements
Expand Down
24 changes: 11 additions & 13 deletions modules/ionos-lan-and-firewall/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,24 +5,24 @@
| Name | Version |
|------|---------|
| <a name="provider_ionoscloud"></a> [ionoscloud](#provider\_ionoscloud) | 6.4.18 |
## Modules

No modules.
## Inputs

| Name | Description | Type | Default | Required |
|------|-------------|------|---------|:--------:|
| <a name="input_datacenter_id"></a> [datacenter_id](#input\_datacenter_id) | n/a | `string` | n/a | yes |
| <a name="input_name"></a> [name](#input\_name) | n/a | `string` | n/a | yes |
| <a name="input_server_id"></a> [server_id](#input\_server_ids) | n/a | `string` | n/a | yes |
| <a name="input_ports"></a> [ports](#input\_ports) | n/a | `list` | n/a | yes |
| <a name="input_is_public"></a> [is_public](#input\_is_public) | n/a | `bool` | n/a | yes |


| <a name="input_datacenter_id"></a> [datacenter\_id](#input\_datacenter\_id) | The Datacenter id | `string` | n/a | yes |
| <a name="input_name"></a> [name](#input\_name) | The name given for the module | `string` | n/a | yes |
| <a name="input_ports"></a> [ports](#input\_ports) | List of Ports toprovided to rule | `list` | n/a | yes |
| <a name="input_server_id"></a> [server\_id](#input\_server\_id) | The Server id for the lan | `string` | n/a | yes |
| <a name="input_is_public"></a> [is\_public](#input\_is\_public) | The Type of lan is public (true) or private (false) | `bool` | `false` | no |
## Outputs

| Name | Description |
|------|-------------|
| <a name="output_lan_id"></a> [lan_id](lan\_id) | n/a |
| <a name="output_nic_id"></a> [nic_id](nic\_id) | n/a |
| <a name="output_lan_id"></a> [lan\_id](#output\_lan\_id) | The id of the lan created |
| <a name="output_nic_id"></a> [nic\_id](#output\_nic\_id) | The id of the nic created |
## Requirements

| Name | Version |
Expand All @@ -32,9 +32,7 @@

| Name | Type |
|------|------|
| [ionoscloud_firewall.range_rule](https://registry.terraform.io/providers/ionos-cloud/ionoscloud/6.4.18/docs/resources/firewall) | resource |
| [ionoscloud_firewall.rule](https://registry.terraform.io/providers/ionos-cloud/ionoscloud/6.4.18/docs/resources/firewall) | resource |
| [ionoscloud_ipblock.public_ip](https://registry.terraform.io/providers/ionos-cloud/ionoscloud/6.4.18/docs/resources/ipblock) | resource |
| [ionoscloud_lan.basic_vm_server_lan](https://registry.terraform.io/providers/ionos-cloud/ionoscloud/6.4.18/docs/resources/lan) | resource |

| [ionoscloud_lan.lan](https://registry.terraform.io/providers/ionos-cloud/ionoscloud/6.4.18/docs/resources/lan) | resource |
| [ionoscloud_nic.nic](https://registry.terraform.io/providers/ionos-cloud/ionoscloud/6.4.18/docs/resources/nic) | resource |
<!-- END_TF_DOCS -->

0 comments on commit ead57cb

Please sign in to comment.