mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-02-15 22:00:34 -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.
87 lines
2.2 KiB
Markdown
87 lines
2.2 KiB
Markdown
---
|
|
layout: "language"
|
|
page_title: "Resources Landing Page - Configuration Language"
|
|
---
|
|
|
|
# Resources Landing Page
|
|
|
|
To improve navigation, we've split the old Resources page into several smaller
|
|
pages.
|
|
|
|
<a id="resource-syntax"></a>
|
|
<a id="resource-types"></a>
|
|
<a id="providers"></a>
|
|
<a id="resource-arguments"></a>
|
|
<a id="documentation-for-resource-types"></a>
|
|
<a id="meta-arguments"></a>
|
|
<a id="operation-timeouts"></a>
|
|
|
|
## Syntax and Elements of Resource Blocks
|
|
|
|
This information has moved to
|
|
[Resource Blocks](/docs/configuration/blocks/resources/syntax.html).
|
|
|
|
<a id="resource-behavior"></a>
|
|
<a id="accessing-resource-attributes"></a>
|
|
<a id="resource-dependencies"></a>
|
|
<a id="local-only-resources"></a>
|
|
|
|
## Details of Resource Behavior
|
|
|
|
This information has moved to
|
|
[Resource Behavior](/docs/configuration/blocks/resources/behavior.html).
|
|
|
|
## Resource Meta-Arguments
|
|
|
|
Each resource meta-argument has moved to its own page.
|
|
|
|
<a id="depends_on-explicit-resource-dependencies"></a>
|
|
|
|
### `depends_on`
|
|
|
|
This information has moved to
|
|
[`depends_on`](/docs/configuration/meta-arguments/depends_on.html).
|
|
|
|
<a id="count-multiple-resource-instances-by-count"></a>
|
|
<a id="the-count-object"></a>
|
|
<a id="referring-to-instances"></a>
|
|
<a id="using-expressions-in-count"></a>
|
|
<a id="when-to-use-for_each-instead-of-count"></a>
|
|
|
|
### `count`
|
|
|
|
This information has moved to
|
|
[`count`](/docs/configuration/meta-arguments/count.html).
|
|
|
|
<a id="for_each-multiple-resource-instances-defined-by-a-map-or-set-of-strings"></a>
|
|
<a id="the-each-object"></a>
|
|
<a id="using-expressions-in-for_each"></a>
|
|
<a id="referring-to-instances-1"></a>
|
|
<a id="using-sets"></a>
|
|
|
|
### `for_each`
|
|
|
|
This information has moved to
|
|
[`for_each`](/docs/configuration/meta-arguments/for_each.html).
|
|
|
|
<a id="provider-selecting-a-non-default-provider-configuration"></a>
|
|
|
|
### `provider`
|
|
|
|
This information has moved to
|
|
[`provider`](/docs/configuration/meta-arguments/resource-provider.html).
|
|
|
|
<a id="lifecycle-lifecycle-customizations"></a>
|
|
|
|
### `lifecycle`
|
|
|
|
This information has moved to
|
|
[`lifecycle`](/docs/configuration/meta-arguments/lifecycle.html).
|
|
|
|
<a id="provisioner-and-connection-resource-provisioners"></a>
|
|
|
|
### Provisioners
|
|
|
|
This information has moved to
|
|
[Provisioners](/docs/configuration/blocks/resources/provisioners/index.html).
|