Skip to content

Commit 503abdb

Browse files
committed
Prepared release, updated README a bit
1 parent cf48c2c commit 503abdb

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: git://github.com/antonbabenko/pre-commit-terraform
3-
rev: v1.7.0
3+
rev: v1.7.2
44
hooks:
55
- id: terraform_fmt
66
- id: terraform_docs

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ Terraform version 0.10.3 or newer is required for this module to work.
184184
| manage_default_vpc | Should be true to adopt and manage Default VPC | string | `false` | no |
185185
| map_public_ip_on_launch | Should be false if you do not want to auto-assign public IP on launch | string | `true` | no |
186186
| name | Name to be used on all the resources as identifier | string | `` | no |
187-
| one_nat_gateway_per_az | Should be true if you want only one NAT Gateway per availability zone. Requires the input `azs` to be set, and the number of `public_subnets` created to be greater than or equal to the number of availability zones specified in `azs`. | string | `false` | no |
187+
| one_nat_gateway_per_az | Should be true if you want only one NAT Gateway per availability zone. Requires `var.azs` to be set, and the number of `public_subnets` created to be greater than or equal to the number of availability zones specified in `var.azs`. | string | `false` | no |
188188
| private_route_table_tags | Additional tags for the private route tables | string | `<map>` | no |
189189
| private_subnet_tags | Additional tags for the private subnets | string | `<map>` | no |
190190
| private_subnets | A list of private subnets inside the VPC | string | `<list>` | no |
@@ -265,8 +265,7 @@ gem install bundler; bundle install
265265

266266
## Authors
267267

268-
Migrated from `terraform-community-modules/tf_aws_vpc`, where it was maintained by [these awesome contributors](https://github.com/terraform-community-modules/tf_aws_vpc/graphs/contributors).
269-
Module managed by [Anton Babenko](https://github.com/antonbabenko).
268+
Module is maintained by [Anton Babenko](https://github.com/antonbabenko) with help from [these awesome contributors](https://github.com/terraform-aws-modules/terraform-aws-vpc/graphs/contributors).
270269

271270
## License
272271

0 commit comments

Comments
 (0)