github.com/ewbankkit/terraform@v0.7.7/examples/aws-networking/README.md (about)

     1  # AWS Networking Example
     2  
     3  This example creates AWS VPC resources, making a VPC in each of two regions and
     4  then two subnets in each VPC in two different availability zones.
     5  
     6  This example also demonstrates the use of modules to create several copies of
     7  the same resource set with different arguments. The child modules in this
     8  directory are:
     9  
    10  * `region`: container module for all of the network resources within a region. This is instantiated once per region.
    11  * `subnet`: represents a subnet within a given availability zone. This is instantiated twice per region, using the first two availability zones supported within the target AWS account.