Skip to content

Commit c6f0002

Browse files
committed
chore(tfdocs): bump tfdocs to v0.22 🔧
1 parent a18e6b0 commit c6f0002

3 files changed

Lines changed: 18 additions & 11 deletions

File tree

.tool-versions

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
prek 0.3.9
2-
opentofu 1.11.5
3-
terraform-docs 0.21.0
4-
tflint 0.61.0
2+
opentofu 1.11.6
3+
terraform-docs 0.22.0
4+
tflint 0.62.0

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ module "subnet" {
9292
## Providers
9393

9494
| Name | Version |
95-
|------|---------|
95+
| ---- | ------- |
9696
| azurecaf | >= 1.2.28 |
9797
| azurerm | ~> 4.31 |
9898

@@ -103,7 +103,7 @@ No modules.
103103
## Resources
104104

105105
| Name | Type |
106-
|------|------|
106+
| ---- | ---- |
107107
| [azurerm_subnet.main](https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/subnet) | resource |
108108
| [azurerm_subnet_nat_gateway_association.main](https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/subnet_nat_gateway_association) | resource |
109109
| [azurerm_subnet_network_security_group_association.main](https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/subnet_network_security_group_association) | resource |
@@ -114,7 +114,7 @@ No modules.
114114
## Inputs
115115

116116
| Name | Description | Type | Default | Required |
117-
|------|-------------|------|---------|:--------:|
117+
| ---- | ----------- | ---- | ------- | :------: |
118118
| cidrs | The address prefix list to use for the subnet. | `list(string)` | n/a | yes |
119119
| client\_name | Client name/account used in naming. | `string` | n/a | yes |
120120
| custom\_name | Optional custom subnet name. | `string` | `null` | no |
@@ -141,7 +141,7 @@ No modules.
141141
## Outputs
142142

143143
| Name | Description |
144-
|------|-------------|
144+
| ---- | ----------- |
145145
| cidrs | CIDR list of the created subnets. |
146146
| cidrs\_map | Map with names and CIDRs of the created subnets. |
147147
| id | ID of the created subnet. |

mise.lock

Lines changed: 11 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)