Terraform count, for_each, for loops | Terraform conditional check (if else) | Run time variable | 5

Опубликовано: 04 Октябрь 2024
на канале: DasLearning
5,971
97

Hello Guys,

Thanks again for coming back to my channel.
Please checkout the code of this episode: https://github.com/sdas92/azure/tree/...

Please refer to my old videos for more details on variable & terraform structure.
Or you can visit my website: https://daslearning.in

Terraform run time value assignment to variable, if the variable name is tfvar1, it would look like:
ps# $Env:TF_VAR_tfvar1="value"
bash# export TF_VAR_tfvar1="value"
cmd# setx TF_VAR_tfvar1 "value"

#terraform #loop #condition #ifelse #azure