terraform/website/docs/configuration/resources.html.md
Nick Fagerlund 6e2f5eb0be website: Break up Resources page into smaller chunks
- 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.
2020-11-17 16:30:51 -08:00

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.