github.com/keshavdv/terraform@v0.7.0-rc2.0.20160711232630-d69256dcb425/examples/aws-count/README.md (about)

     1  # Count Example
     2  
     3  The count parameter on resources can simplify configurations
     4  and let you scale resources by simply incrementing a number.
     5  
     6  Additionally, variables can be used to expand a list of resources
     7  for use elsewhere.
     8  
     9  To run, configure your AWS provider as described in https://www.terraform.io/docs/providers/aws/index.html
    10  
    11  Running the example
    12  
    13  run `terraform apply` to see it work.