Skip to content

Commit f51bd83

Browse files
terraform-docs: automated action
1 parent f8f057e commit f51bd83

File tree

1 file changed

+10
-14
lines changed

1 file changed

+10
-14
lines changed

README.md

+10-14
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,26 @@
11
<!-- BEGIN_TF_DOCS -->
2-
## Requirements
2+
#### Requirements
33

44
| Name | Version |
55
|------|---------|
66
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 1.6.4 |
7-
| <a name="requirement_azurerm"></a> [azurerm](#requirement\_azurerm) | 3.94.0 |
7+
| <a name="requirement_azurerm"></a> [azurerm](#requirement\_azurerm) | 3.100.0 |
88

9-
## Providers
9+
#### Providers
1010

1111
| Name | Version |
1212
|------|---------|
13-
| <a name="provider_azurerm"></a> [azurerm](#provider\_azurerm) | 3.94.0 |
13+
| <a name="provider_azurerm"></a> [azurerm](#provider\_azurerm) | 3.100.0 |
1414

15-
## Modules
16-
17-
No modules.
18-
19-
## Resources
15+
#### Resources
2016

2117
| Name | Type |
2218
|------|------|
23-
| [azurerm_route_table.main](https://registry.terraform.io/providers/hashicorp/azurerm/3.94.0/docs/resources/route_table) | resource |
24-
| [azurerm_client_config.current](https://registry.terraform.io/providers/hashicorp/azurerm/3.94.0/docs/data-sources/client_config) | data source |
25-
| [azurerm_resource_group.main](https://registry.terraform.io/providers/hashicorp/azurerm/3.94.0/docs/data-sources/resource_group) | data source |
19+
| [azurerm_route_table.main](https://registry.terraform.io/providers/hashicorp/azurerm/3.100.0/docs/resources/route_table) | resource |
20+
| [azurerm_client_config.current](https://registry.terraform.io/providers/hashicorp/azurerm/3.100.0/docs/data-sources/client_config) | data source |
21+
| [azurerm_resource_group.main](https://registry.terraform.io/providers/hashicorp/azurerm/3.100.0/docs/data-sources/resource_group) | data source |
2622

27-
## Inputs
23+
#### Inputs
2824

2925
| Name | Description | Type | Default | Required |
3026
|------|-------------|------|---------|:--------:|
@@ -37,7 +33,7 @@ No modules.
3733
| <a name="input_route_table_disable_bgp_route_propagation"></a> [route\_table\_disable\_bgp\_route\_propagation](#input\_route\_table\_disable\_bgp\_route\_propagation) | Boolean flag which controls propagation of routes learned by BGP on that route table. True means disable. | `bool` | `true` | no |
3834
| <a name="input_route_table_name"></a> [route\_table\_name](#input\_route\_table\_name) | The name of the route table. Changing this forces a new resource to be created. | `string` | n/a | yes |
3935

40-
## Outputs
36+
#### Outputs
4137

4238
| Name | Description |
4339
|------|-------------|

0 commit comments

Comments
 (0)