Skip to content

Commit 7960992

Browse files
terraform-docs: automated action
1 parent 949a8aa commit 7960992

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

ModuleDocumentation.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ No modules.
3535
| <a name="input_container_group_name"></a> [container\_group\_name](#input\_container\_group\_name) | The name of the ACI container group resource | `string` | n/a | yes |
3636
| <a name="input_container_name"></a> [container\_name](#input\_container\_name) | The name of the Tailscale ACI container resrouce | `string` | n/a | yes |
3737
| <a name="input_container_size"></a> [container\_size](#input\_container\_size) | The size (small/medium/large) of the Tailscale ACI container group resource | `string` | n/a | yes |
38-
| <a name="input_region"></a> [region](#input\_region) | The Azure region where the subnet router ACI service will be deployed | `string` | n/a | yes |
3938
| <a name="input_resource_group_name"></a> [resource\_group\_name](#input\_resource\_group\_name) | The name of the Azure Resource Group | `any` | n/a | yes |
4039
| <a name="input_storage_account_name"></a> [storage\_account\_name](#input\_storage\_account\_name) | The name of the storage account to be created for use by the Tailscale ACI container | `string` | n/a | yes |
4140
| <a name="input_subnet_name"></a> [subnet\_name](#input\_subnet\_name) | The name of the subnet that the Tailscal ACI container will use in the defined vnet | `string` | n/a | yes |
@@ -46,7 +45,7 @@ No modules.
4645
| <a name="input_tailscale_auth_key"></a> [tailscale\_auth\_key](#input\_tailscale\_auth\_key) | The Auth Key that Tailscale container will use to authenticate with and join your Tailnet | `string` | n/a | yes |
4746
| <a name="input_tailscale_hostname"></a> [tailscale\_hostname](#input\_tailscale\_hostname) | The hostname that Tailscale will use to identify the connected ACI container | `string` | n/a | yes |
4847
| <a name="input_tailscale_image_tag"></a> [tailscale\_image\_tag](#input\_tailscale\_image\_tag) | The image tag for the Tailscale container stored in the defined ACR | `string` | n/a | yes |
49-
| <a name="input_vnet_name"></a> [vnet\_name](#input\_vnet\_name) | The name of the Virtual Network that the Trailscale ACI container will be connected to | `string` | n/a | yes |
48+
| <a name="input_vnet_name"></a> [vnet\_name](#input\_vnet\_name) | The name of the Virtual Network that the Trailscale ACI container will be connected to. This Virtual Network must already exist, and will be used to determine the Azure Region that resources will be created in. | `string` | n/a | yes |
5049

5150
## Outputs
5251

0 commit comments

Comments
 (0)