У нас вы можете посмотреть бесплатно Modules | Terraform Tutorial | #15 или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
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: https://github.com/WillBrock/terrafor... Module Documentation: https://www.terraform.io/docs/configu... Creating Modules: https://www.terraform.io/docs/modules... Module Sources: https://www.terraform.io/docs/modules... Publishing Modules: https://www.terraform.io/docs/modules... Module Composition: https://www.terraform.io/docs/modules...