2014-07-28 19:43:00 +02:00
|
|
|
---
|
2020-08-15 03:51:06 +02:00
|
|
|
layout: "language"
|
2020-11-13 03:06:32 +01:00
|
|
|
page_title: "Resources Landing Page - Configuration Language"
|
2014-07-28 19:43:00 +02:00
|
|
|
---
|
|
|
|
|
2020-11-13 03:06:32 +01:00
|
|
|
# Resources Landing Page
|
2014-07-28 19:43:00 +02:00
|
|
|
|
2020-11-13 03:06:32 +01:00
|
|
|
To improve navigation, we've split the old Resources page into several smaller
|
|
|
|
pages.
|
2019-01-17 01:30:43 +01:00
|
|
|
|
2020-11-13 03:06:32 +01:00
|
|
|
<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>
|
2020-07-31 22:16:35 +02:00
|
|
|
|
2020-11-13 03:06:32 +01:00
|
|
|
## Syntax and Elements of Resource Blocks
|
2014-07-28 19:43:00 +02:00
|
|
|
|
2020-11-13 03:06:32 +01:00
|
|
|
This information has moved to
|
|
|
|
[Resource Blocks](/docs/configuration/blocks/resources/syntax.html).
|
2014-07-28 19:43:00 +02:00
|
|
|
|
2020-11-13 03:06:32 +01:00
|
|
|
<a id="resource-behavior"></a>
|
|
|
|
<a id="accessing-resource-attributes"></a>
|
|
|
|
<a id="resource-dependencies"></a>
|
|
|
|
<a id="local-only-resources"></a>
|
2014-07-28 19:43:00 +02:00
|
|
|
|
2020-11-13 03:06:32 +01:00
|
|
|
## Details of Resource Behavior
|
2014-07-28 19:43:00 +02:00
|
|
|
|
2020-11-13 03:06:32 +01:00
|
|
|
This information has moved to
|
|
|
|
[Resource Behavior](/docs/configuration/blocks/resources/behavior.html).
|
2018-05-05 23:00:31 +02:00
|
|
|
|
2020-11-13 03:06:32 +01:00
|
|
|
## Resource Meta-Arguments
|
2018-05-05 23:00:31 +02:00
|
|
|
|
2020-11-13 03:06:32 +01:00
|
|
|
Each resource meta-argument has moved to its own page.
|
2018-05-05 23:00:31 +02:00
|
|
|
|
2020-11-13 03:06:32 +01:00
|
|
|
<a id="depends_on-explicit-resource-dependencies"></a>
|
2019-03-01 21:30:51 +01:00
|
|
|
|
2020-11-13 03:06:32 +01:00
|
|
|
### `depends_on`
|
2018-05-05 23:00:31 +02:00
|
|
|
|
2020-11-13 03:06:32 +01:00
|
|
|
This information has moved to
|
|
|
|
[`depends_on`](/docs/configuration/meta-arguments/depends_on.html).
|
2018-05-05 23:00:31 +02:00
|
|
|
|
2020-11-13 03:06:32 +01:00
|
|
|
<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>
|
2020-07-31 06:07:36 +02:00
|
|
|
|
2020-11-13 03:06:32 +01:00
|
|
|
### `count`
|
2020-07-31 06:07:36 +02:00
|
|
|
|
2020-11-13 03:06:32 +01:00
|
|
|
This information has moved to
|
|
|
|
[`count`](/docs/configuration/meta-arguments/count.html).
|
2020-07-31 06:07:36 +02:00
|
|
|
|
2020-11-13 03:06:32 +01:00
|
|
|
<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>
|
2020-07-31 06:07:36 +02:00
|
|
|
|
2020-11-13 03:06:32 +01:00
|
|
|
### `for_each`
|
2020-07-31 06:07:36 +02:00
|
|
|
|
2020-11-13 03:06:32 +01:00
|
|
|
This information has moved to
|
|
|
|
[`for_each`](/docs/configuration/meta-arguments/for_each.html).
|
2020-07-31 06:07:36 +02:00
|
|
|
|
2020-11-13 03:06:32 +01:00
|
|
|
<a id="provider-selecting-a-non-default-provider-configuration"></a>
|
2020-07-31 06:07:36 +02:00
|
|
|
|
2020-11-13 03:06:32 +01:00
|
|
|
### `provider`
|
2018-05-05 23:00:31 +02:00
|
|
|
|
2020-11-13 03:06:32 +01:00
|
|
|
This information has moved to
|
|
|
|
[`provider`](/docs/configuration/meta-arguments/resource-provider.html).
|
2018-05-05 23:00:31 +02:00
|
|
|
|
2020-11-13 03:06:32 +01:00
|
|
|
<a id="lifecycle-lifecycle-customizations"></a>
|
2018-12-11 01:14:33 +01:00
|
|
|
|
2020-11-13 03:06:32 +01:00
|
|
|
### `lifecycle`
|
2018-12-11 01:14:33 +01:00
|
|
|
|
2020-11-13 03:06:32 +01:00
|
|
|
This information has moved to
|
|
|
|
[`lifecycle`](/docs/configuration/meta-arguments/lifecycle.html).
|
2018-12-11 01:14:33 +01:00
|
|
|
|
2020-11-13 03:06:32 +01:00
|
|
|
<a id="provisioner-and-connection-resource-provisioners"></a>
|
2018-12-11 01:14:33 +01:00
|
|
|
|
2020-11-13 03:06:32 +01:00
|
|
|
### Provisioners
|
2018-12-11 01:14:33 +01:00
|
|
|
|
2020-11-13 03:06:32 +01:00
|
|
|
This information has moved to
|
|
|
|
[Provisioners](/docs/configuration/blocks/resources/provisioners/index.html).
|