Modules group multiple resources together to create reusable code throughout your configurations. Modules can be thought of like packages in Python or modules in Javascirpt. A developer calling a module doesn't need to know about the underlying behavior and needs to only pass in the required data.
In this video tutorial I'll go over how and when to create modules along with some best practices.
- Root and child modules
- Output values from modules
- Use output values as inputs to other modules or resources
- Meta arguments like source and version
- Folder architecture for designing modules
- count, for_each and depends on in Terraform version 0.13
- One module that can use multiple providers
Course Examples:
[ Ссылка ]
Module Documentation:
[ Ссылка ]
Creating Modules:
[ Ссылка ]
Module Sources:
[ Ссылка ]
Publishing Modules:
[ Ссылка ]
Module Composition:
[ Ссылка ]
Ещё видео!