mirror of
https://github.com/hashicorp/terraform.git
synced 2026-02-13 16:03:15 -05:00
- Resource behavior gets its own page. - Meta-arguments all get their own pages. - Stuff about resource syntax itself gets a page. In the process of breaking the meta-arguments out into their own pages, I revised them (with the exception of `provider`) so that they apply to both resources and modules. Like with Expressions, this commit repurposes the old resources.html URL as a landing page for old links.
2.2 KiB
2.2 KiB
| layout | page_title |
|---|---|
| language | Resources Landing Page - Configuration Language |
Resources Landing Page
To improve navigation, we've split the old Resources page into several smaller pages.
Syntax and Elements of Resource Blocks
This information has moved to Resource Blocks.
Details of Resource Behavior
This information has moved to Resource Behavior.
Resource Meta-Arguments
Each resource meta-argument has moved to its own page.
depends_on
This information has moved to
depends_on.
count
This information has moved to
count.
for_each
This information has moved to
for_each.
provider
This information has moved to
provider.
lifecycle
This information has moved to
lifecycle.
Provisioners
This information has moved to Provisioners.