opentofu/website/intro/examples/count.markdown
Nick Fagerlund 8c7bfde292 Docs: Fix broken links and a broken example
These links were casualties of the core/provider split. There was also
an example that suggested cloning a subdirectory of a git repo.
2017-08-02 20:03:41 -07:00

664 B

layout page_title sidebar_current description
intro Count examples-count The count parameter on resources can simplify configurations and let you scale resources by simply incrementing a number.

Count Example

Example Source Code

The count parameter on resources can simplify configurations and let you scale resources by simply incrementing a number.

Additionally, variables can be used to expand a list of resources for use elsewhere.

As with all the examples, just copy and paste the example and run terraform apply to see it work.