github.com/jgadling/terraform@v0.3.8-0.20150227214559-abd68c2c87bc/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  As with all examples, just copy and paste the example and run
    10  `terraform apply` to see it work.