Skip to content

Commit f1b1b23

Browse files
docs: Run terraform-docs
1 parent 60f0784 commit f1b1b23

File tree

1 file changed

+25
-27
lines changed

1 file changed

+25
-27
lines changed

README.md

Lines changed: 25 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -48,52 +48,50 @@ resource "aws_lb" "this" {
4848
```
4949

5050
<!-- BEGIN_TF_DOCS -->
51-
5251
## Requirements
5352

54-
| Name | Version |
55-
| ------------------------------------------------------------------------ | --------- |
56-
| <a name="requirement_terraform"></a> [terraform](#requirement_terraform) | >= 1.0 |
57-
| <a name="requirement_aws"></a> [aws](#requirement_aws) | >= 3.64.2 |
53+
| Name | Version |
54+
|------|---------|
55+
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 1.0 |
56+
| <a name="requirement_aws"></a> [aws](#requirement\_aws) | >= 3.64.2 |
5857

5958
## Providers
6059

61-
| Name | Version |
62-
| ------------------------------------------------ | ------- |
63-
| <a name="provider_aws"></a> [aws](#provider_aws) | 3.70.0 |
60+
| Name | Version |
61+
|------|---------|
62+
| <a name="provider_aws"></a> [aws](#provider\_aws) | 3.70.0 |
6463

6564
## Modules
6665

6766
No modules.
6867

6968
## Resources
7069

71-
| Name | Type |
72-
| -------------------------------------------------------------------------------------------------------------------------------- | ----------- |
70+
| Name | Type |
71+
|------|------|
7372
| [aws_availability_zones.this](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/availability_zones) | data source |
74-
| [aws_subnet.this](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/subnet) | data source |
75-
| [aws_subnet_ids.this](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/subnet_ids) | data source |
76-
| [aws_vpc.this](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/vpc) | data source |
73+
| [aws_subnet.this](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/subnet) | data source |
74+
| [aws_subnet_ids.this](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/subnet_ids) | data source |
75+
| [aws_vpc.this](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/vpc) | data source |
7776

7877
## Inputs
7978

80-
| Name | Description | Type | Default | Required |
81-
| --------------------------------------------------------------------------------------- | ------------------------------------ | ------------- | ------- | :------: |
82-
| <a name="input_availability_zones"></a> [availability_zones](#input_availability_zones) | Select subnets only in the given AZs | `set(string)` | `[]` | no |
83-
| <a name="input_vpc_name"></a> [vpc_name](#input_vpc_name) | The name of the VPC | `string` | n/a | yes |
79+
| Name | Description | Type | Default | Required |
80+
|------|-------------|------|---------|:--------:|
81+
| <a name="input_availability_zones"></a> [availability\_zones](#input\_availability\_zones) | Select subnets only in the given AZs | `set(string)` | `[]` | no |
82+
| <a name="input_vpc_name"></a> [vpc\_name](#input\_vpc\_name) | The name of the VPC | `string` | n/a | yes |
8483

8584
## Outputs
8685

87-
| Name | Description |
88-
| -------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------- |
89-
| <a name="output_dns_hostnames_enabled"></a> [dns_hostnames_enabled](#output_dns_hostnames_enabled) | Indicates if instances launched in this VPC will have public DNS hostnames |
90-
| <a name="output_dns_support_enabled"></a> [dns_support_enabled](#output_dns_support_enabled) | Indicates if DNS support is enabled for this VPC |
91-
| <a name="output_private_subnets"></a> [private_subnets](#output_private_subnets) | List of private subnets in this VPC |
92-
| <a name="output_public_subnets"></a> [public_subnets](#output_public_subnets) | List of public subnets in this VPC |
93-
| <a name="output_vpc_arn"></a> [vpc_arn](#output_vpc_arn) | Arn of this VPC |
94-
| <a name="output_vpc_cidr_block"></a> [vpc_cidr_block](#output_vpc_cidr_block) | CIDR range for this VPC |
95-
| <a name="output_vpc_id"></a> [vpc_id](#output_vpc_id) | The ID of the VPC |
96-
86+
| Name | Description |
87+
|------|-------------|
88+
| <a name="output_dns_hostnames_enabled"></a> [dns\_hostnames\_enabled](#output\_dns\_hostnames\_enabled) | Indicates if instances launched in this VPC will have public DNS hostnames |
89+
| <a name="output_dns_support_enabled"></a> [dns\_support\_enabled](#output\_dns\_support\_enabled) | Indicates if DNS support is enabled for this VPC |
90+
| <a name="output_private_subnets"></a> [private\_subnets](#output\_private\_subnets) | List of private subnets in this VPC |
91+
| <a name="output_public_subnets"></a> [public\_subnets](#output\_public\_subnets) | List of public subnets in this VPC |
92+
| <a name="output_vpc_arn"></a> [vpc\_arn](#output\_vpc\_arn) | Arn of this VPC |
93+
| <a name="output_vpc_cidr_block"></a> [vpc\_cidr\_block](#output\_vpc\_cidr\_block) | CIDR range for this VPC |
94+
| <a name="output_vpc_id"></a> [vpc\_id](#output\_vpc\_id) | The ID of the VPC |
9795
<!-- END_TF_DOCS -->
9896

9997
## Contributing

0 commit comments

Comments
 (0)