У нас вы можете посмотреть бесплатно Debugging For Expressions with the Terraform Console или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
This video demonstrates how to use the Terraform console to inspect and debug 'for' expressions. For expressions can be tricky to get correct - luckily, the Terraform console allows you to interactively evaluate expressions, allowing you to quickly verify if an expression is working the way you intend it to work. In this video, I walk through a few examples of how to use the console to inspect for expressions. This repo contains the code examples used in this demo: https://github.com/techneelogy/Terraf... This link describes in detail how for expressions work in Terraform: https://developer.hashicorp.com/terra... 0:00 Intro 2:17 Demo setup 4:27 Hello World example 5:21 Generating a new map 7:26 Filtering maps 10:08 More filtering examples 12:32 Storing results in locals 14:12 Removing properties from maps 16:29 Transforming maps into sets 17:45 Transforming and filtering maps into sets 19:34 Using maps/sets to create resources