Skip to content
This repository was archived by the owner on May 1, 2023. It is now read-only.

Commit 64235e7

Browse files
committed
chore: run pre-commit checks
1 parent 257da75 commit 64235e7

File tree

1 file changed

+19
-20
lines changed

1 file changed

+19
-20
lines changed

README.md

Lines changed: 19 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -38,37 +38,36 @@ resource "aws_lb" "this" {
3838
```
3939

4040
<!-- BEGINNING OF PRE-COMMIT-TERRAFORM DOCS HOOK -->
41-
4241
## Requirements
4342

44-
| Name | Version |
45-
| ---- | --------- |
46-
| aws | ~> 3.64.2 |
43+
| Name | Version |
44+
|------|---------|
45+
| aws | ~> 3.64.2 |
4746

4847
## Providers
4948

50-
| Name | Version |
51-
| ---- | --------- |
52-
| aws | ~> 3.64.2 |
49+
| Name | Version |
50+
|------|---------|
51+
| aws | ~> 3.64.2 |
5352

5453
## Inputs
5554

56-
| Name | Description | Type | Default | Required |
57-
| ------------------ | ------------------------------------ | ------------- | ------- | :------: |
58-
| availability_zones | Select subnets only in the given AZs | `set(string)` | `[]` | no |
59-
| vpc_name | The name of the VPC | `string` | n/a | yes |
55+
| Name | Description | Type | Default | Required |
56+
|------|-------------|------|---------|:--------:|
57+
| availability\_zones | Select subnets only in the given AZs | `set(string)` | `[]` | no |
58+
| vpc\_name | The name of the VPC | `string` | n/a | yes |
6059

6160
## Outputs
6261

63-
| Name | Description |
64-
| --------------------- | -------------------------------------------------------------------------- |
65-
| dns_hostnames_enabled | Indicates if instances launched in this VPC will have public DNS hostnames |
66-
| dns_support_enabled | Indicates if DNS support is enabled for this VPC |
67-
| private_subnets | List of private subnets in this VPC |
68-
| public_subnets | List of public subnets in this VPC |
69-
| vpc_arn | Arn of this VPC |
70-
| vpc_cidr_block | CIDR range for this VPC |
71-
| vpc_id | The ID of the VPC |
62+
| Name | Description |
63+
|------|-------------|
64+
| dns\_hostnames\_enabled | Indicates if instances launched in this VPC will have public DNS hostnames |
65+
| dns\_support\_enabled | Indicates if DNS support is enabled for this VPC |
66+
| private\_subnets | List of private subnets in this VPC |
67+
| public\_subnets | List of public subnets in this VPC |
68+
| vpc\_arn | Arn of this VPC |
69+
| vpc\_cidr\_block | CIDR range for this VPC |
70+
| vpc\_id | The ID of the VPC |
7271

7372
<!-- END OF PRE-COMMIT-TERRAFORM DOCS HOOK -->
7473

0 commit comments

Comments
 (0)