2014-10-14 07:18:45 +02:00
|
|
|
# Count Example
|
|
|
|
|
|
|
|
The count parameter on resources can simplify configurations
|
|
|
|
and let you scale resources by simply incrementing a number.
|
|
|
|
|
2015-01-14 18:28:25 +01:00
|
|
|
Additionally, variables can be used to expand a list of resources
|
2014-10-14 07:18:45 +02:00
|
|
|
for use elsewhere.
|
|
|
|
|
2015-06-01 14:03:05 +02:00
|
|
|
To run, configure your AWS provider as described in https://www.terraform.io/docs/providers/aws/index.html
|
2015-06-01 08:45:01 +02:00
|
|
|
|
|
|
|
Running the example
|
|
|
|
|
|
|
|
run `terraform apply` to see it work.
|