@@ -38,37 +38,36 @@ resource "aws_lb" "this" {
38
38
```
39
39
40
40
<!-- BEGINNING OF PRE-COMMIT-TERRAFORM DOCS HOOK -->
41
-
42
41
## Requirements
43
42
44
- | Name | Version |
45
- | ---- | --------- |
46
- | aws | ~ > 3.64.2 |
43
+ | Name | Version |
44
+ | ------ | ---------|
45
+ | aws | ~ > 3.64.2 |
47
46
48
47
## Providers
49
48
50
- | Name | Version |
51
- | ---- | --------- |
52
- | aws | ~ > 3.64.2 |
49
+ | Name | Version |
50
+ | ------ | ---------|
51
+ | aws | ~ > 3.64.2 |
53
52
54
53
## Inputs
55
54
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 |
60
59
61
60
## Outputs
62
61
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 |
72
71
73
72
<!-- END OF PRE-COMMIT-TERRAFORM DOCS HOOK -->
74
73
0 commit comments