Commit bd8c2892 authored by Anton Babenko's avatar Anton Babenko

Updated README

parent 97c5f73b
...@@ -32,7 +32,7 @@ module "vpc" { ...@@ -32,7 +32,7 @@ module "vpc" {
enable_nat_gateway = true enable_nat_gateway = true
tags { tags = {
Terraform = "true" Terraform = "true"
Environment = "dev" Environment = "dev"
} }
...@@ -40,18 +40,18 @@ module "vpc" { ...@@ -40,18 +40,18 @@ module "vpc" {
``` ```
Examples Examples
======== --------
* [simple-vpc](examples/simple-vpc) * [Simple VPC](https://github.com/terraform-aws-modules/terraform-aws-vpc/tree/master/examples/simple-vpc)
* [complete-vpc](examples/complete-vpc) * [Complete VPC](https://github.com/terraform-aws-modules/terraform-aws-vpc/tree/master/examples/complete-vpc)
Authors Authors
======= -------
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). 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).
Module managed by [Anton Babenko](https://github.com/antonbabenko). Module managed by [Anton Babenko](https://github.com/antonbabenko).
License License
======= -------
Apache 2 Licensed. See LICENSE for full details. Apache 2 Licensed. See LICENSE for full details.
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment