Terraform with Azure : Modules

preview_player
Показать описание
In this video we learned how to create a terraform module and what is the use of it and little bit of how real environment works with IAC.

My name is Arun Pachehra and i am an IT Professional & a fitness enthusiast. Its been more than 12 years working with various technologies and now i am planning to share with you all. As per plan i am going to publish the entire Az 300 series first and if things would go as planned then a lot of stuff would come your way including Q&A , Production issues and various interesting stuff.
Рекомендации по теме
Комментарии
Автор

@Pachehra Talks:
| main.tf
| variable.tf
| module
| | - submain.tf
| | - variable.tf

In submain.tf (3) file, I want to read values from varaible.tf (1) which is in root folder. Is there any way, I can access the global variable?

another-day-
Автор

Hello Sir, But when we wanted to pass the values from the main.tf to module.tf to run a bigger code, in that case what we must do

rakeshroshan