Тёмный

Terraform Test - Terraform v1.6.0 - Native Test Framework for IaC, Explained with Demo 

Подписаться
Просмотров 1,9 тыс.
% 59

Terraform Test - Terraform v1.6.0 - Native Test Framework for IaC, Explained with Demo
Chapters:
00:00 Introduction
00:51 Background
05:05 Purpose of terraform test
06:58 About terraform test
10:23 Terraform test tun block
15:12 some important notes
17:53 terraform test Demo
official documentation:
developer.hashicorp.com/terraform/language/tests
github repo: github.com/learnwithgvr/terraform_test

Опубликовано:

 

30 окт 2023

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 12   
@KrishnaKumar-qj1xy
@KrishnaKumar-qj1xy 8 месяцев назад
Thanks for the video sir😊
@learnwithgvr
@learnwithgvr 8 месяцев назад
My pleasure
@CloudDevOpsTelugu
@CloudDevOpsTelugu 8 месяцев назад
Big fan of your videos.......
@learnwithgvr
@learnwithgvr 8 месяцев назад
Thank you Mahesh
@mrindia2574
@mrindia2574 6 месяцев назад
thanks sir
@learnwithgvr
@learnwithgvr 6 месяцев назад
Cheers and keep learning
@mrindia2574
@mrindia2574 6 месяцев назад
@@learnwithgvr sir do you do private classes
@renukabharambe5021
@renukabharambe5021 7 месяцев назад
Hi. Thanks for the informative video. If we have our variables file inside the modules folder, and we do not have any variables file outside(from where we will source this module), is there any way we can still pass the custom variables to the run block?
@learnwithgvr
@learnwithgvr 6 месяцев назад
Thanks for feedback. Sorry i missed to reply.. if vars file inside the module means, no way to pass from outside; in a way its hard coded.! if you are overriding from outside then you can declare variables in tftest file globally or in run block and call modules from run block. Hope this clarifies
@marsamuk
@marsamuk 8 месяцев назад
Hi! Great information. What is the best way to ensure that resources are created using the organization’s naming conventions? Do you think we need to establish some form of validation? Thanks.
@learnwithgvr
@learnwithgvr 8 месяцев назад
Thanks for feedback, for that... we need to create regular expression based validations on all the variables ( like how I shown in example), write tf test case of expect_failures...pass the non complaint tfvars to prove system is following validations