github.com/muratcelep/terraform@v1.1.0-beta2-not-internal-4/website/docs/configuration/modules.html.md (about) 1 --- 2 layout: "language" 3 page_title: "Modules Landing Page - Configuration Language" 4 --- 5 6 # Modules Landing Page 7 8 To improve navigation, we've split the old Modules page into several smaller 9 pages. 10 11 <a id="calling-a-child-module"></a> 12 <a id="accessing-module-output-values"></a> 13 <a id="transferring-resource-state-into-modules"></a> 14 <a id="tainting-resources-within-a-module"></a> 15 <a id="module-versions"></a> 16 <a id="other-meta-arguments"></a> 17 18 ## Syntax and Elements of Module Blocks 19 20 This information has moved to 21 [Module Blocks](/docs/language/modules/syntax.html). 22 23 <div style="height: 100vh; margin: 0; padding: 0;"></div> 24 25 26 27 <a id="multiple-instances-of-a-module"></a> 28 29 ## Multiple Instances with `count` and `for_each` 30 31 This information has moved to 32 [`count`](/docs/language/meta-arguments/count.html) and 33 [`for_each`](/docs/language/meta-arguments/for_each.html). 34 35 <div style="height: 100vh; margin: 0; padding: 0;"></div> 36 37 38 39 <a id="providers-within-modules"></a> 40 <a id="provider-version-constraints-in-modules"></a> 41 <a id="implicit-provider-inheritance"></a> 42 <a id="passing-providers-explicitly"></a> 43 <a id="proxy-configuration-blocks"></a> 44 <a id="legacy-shared-modules-with-provider-configurations"></a> 45 46 ## Handling Provider Configurations in Re-usable Modules 47 48 This information has moved to 49 [The `providers` Meta-Argument](/docs/language/meta-arguments/module-providers.html) 50 (for users of re-usable modules) and 51 [Providers Within Modules](/docs/language/modules/develop/providers.html) 52 (for module developers). 53 54 <div style="height: 100vh; margin: 0; padding: 0;"></div>