terraform/website/docs/configuration/modules.html.md

55 lines
1.6 KiB
Markdown
Raw Normal View History

2014-09-26 23:23:38 +02:00
---
layout: "language"
page_title: "Modules Landing Page - Configuration Language"
2014-09-26 23:23:38 +02:00
---
# Modules Landing Page
2014-09-26 23:23:38 +02:00
To improve navigation, we've split the old Modules page into several smaller
pages.
<a id="calling-a-child-module"></a>
<a id="accessing-module-output-values"></a>
<a id="transferring-resource-state-into-modules"></a>
<a id="tainting-resources-within-a-module"></a>
<a id="module-versions"></a>
<a id="other-meta-arguments"></a>
## Syntax and Elements of Module Blocks
This information has moved to
[Module Blocks](/docs/configuration/blocks/modules/syntax.html).
2014-09-26 23:23:38 +02:00
<div style="height: 100vh; margin: 0; padding: 0;"></div>
<a id="multiple-instances-of-a-module"></a>
2014-09-26 23:23:38 +02:00
## Multiple Instances with `count` and `for_each`
This information has moved to
[`count`](/docs/configuration/meta-arguments/count.html) and
[`for_each`](/docs/configuration/meta-arguments/for_each.html).
<div style="height: 100vh; margin: 0; padding: 0;"></div>
<a id="providers-within-modules"></a>
<a id="provider-version-constraints-in-modules"></a>
<a id="implicit-provider-inheritance"></a>
<a id="passing-providers-explicitly"></a>
<a id="proxy-configuration-blocks"></a>
<a id="legacy-shared-modules-with-provider-configurations"></a>
2014-09-26 23:23:38 +02:00
## Handling Provider Configurations in Re-usable Modules
This information has moved to
[The `providers` Meta-Argument](/docs/configuration/meta-arguments/module-providers.html)
(for users of re-usable modules) and
[Providers Within Modules](/docs/modules/providers.html)
(for module developers).
<div style="height: 100vh; margin: 0; padding: 0;"></div>