Terraform: modules, Outputs, and Variables
11 December 2022Eventually, I got to the modules in Terraform. Namely, I had to figure out how to transfer the values of the variables between two modules. So in this post, the most basic and simple examples of working with modules and their values && outputs. See more in the documentation – Modules. The Root module First,… Read More »