Skip to content

Commit 9b12834

Browse files
committed
Update docs
1 parent b44b68e commit 9b12834

File tree

8 files changed

+14
-11
lines changed

8 files changed

+14
-11
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ To save costs, the virtual machine is shutdown and started every day automatical
1616
| Name | Version |
1717
|------|---------|
1818
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 0.15 |
19-
| <a name="requirement_azurerm"></a> [azurerm](#requirement\_azurerm) | 3.10.0 |
19+
| <a name="requirement_azurerm"></a> [azurerm](#requirement\_azurerm) | 3.11.0 |
2020

2121
## Providers
2222

modules/linux_virtual_machine/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,5 @@ No modules.
4141

4242
| Name | Description |
4343
|------|-------------|
44-
| <a name="output_id"></a> [id](#output\_id) | n/a |
44+
| <a name="output_id"></a> [id](#output\_id) | The ID of the virtual machine |
4545
<!-- END_TF_DOCS -->

modules/managed_disk/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,5 @@ No modules.
3535

3636
| Name | Description |
3737
|------|-------------|
38-
| <a name="output_id"></a> [id](#output\_id) | n/a |
38+
| <a name="output_id"></a> [id](#output\_id) | The ID of the managed disk |
3939
<!-- END_TF_DOCS -->

modules/network_interface/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ No modules.
3838

3939
| Name | Description |
4040
|------|-------------|
41-
| <a name="output_id"></a> [id](#output\_id) | n/a |
42-
| <a name="output_location"></a> [location](#output\_location) | n/a |
43-
| <a name="output_resource_group_name"></a> [resource\_group\_name](#output\_resource\_group\_name) | n/a |
41+
| <a name="output_id"></a> [id](#output\_id) | The ID of the network interface |
42+
| <a name="output_location"></a> [location](#output\_location) | The location where the network interface exists |
43+
| <a name="output_resource_group_name"></a> [resource\_group\_name](#output\_resource\_group\_name) | The resource group where the network interface exists |
4444
<!-- END_TF_DOCS -->

modules/network_security_group/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,5 @@ No modules.
3333

3434
| Name | Description |
3535
|------|-------------|
36-
| <a name="output_id"></a> [id](#output\_id) | n/a |
36+
| <a name="output_id"></a> [id](#output\_id) | The ID of the network security group |
3737
<!-- END_TF_DOCS -->

modules/public_ip/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,5 @@ No modules.
3636

3737
| Name | Description |
3838
|------|-------------|
39-
| <a name="output_id"></a> [id](#output\_id) | n/a |
39+
| <a name="output_id"></a> [id](#output\_id) | The ID of the public IP |
4040
<!-- END_TF_DOCS -->

modules/virtual_network/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ No modules.
3333

3434
| Name | Description |
3535
|------|-------------|
36-
| <a name="output_location"></a> [location](#output\_location) | n/a |
37-
| <a name="output_name"></a> [name](#output\_name) | n/a |
38-
| <a name="output_resource_group_name"></a> [resource\_group\_name](#output\_resource\_group\_name) | n/a |
36+
| <a name="output_location"></a> [location](#output\_location) | The location where the virtual network exists |
37+
| <a name="output_name"></a> [name](#output\_name) | The name of the virtual network |
38+
| <a name="output_resource_group_name"></a> [resource\_group\_name](#output\_resource\_group\_name) | The resource group where the virtual network exists |
3939
<!-- END_TF_DOCS -->

update-docs.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#!/usr/bin/env bash
2+
3+
terraform-docs markdown table . --output-file README.md --recursive

0 commit comments

Comments
 (0)