Azure infrastructure with Terraform – Remote modules and module philosophy

After covering the basics for Terraform modules and how to use them locally in the last post, let’s now dive into the implementation of the remote version in detail and some thoughts about module philosophy. Remote modules As the name suggests, remote Modules are located in a separate Terraform configuration in a different location and… Continue reading Azure infrastructure with Terraform – Remote modules and module philosophy

Azure infrastructure with Terraform – Basics for modules

In the last posts of the series, we learned basic options for making Terraform code more dynamic with variables and functions. Furthermore, we took a look at the statefile and the provider definition. Continuing the series with part six, is all about modules in the upcoming blogs. Among other things, we will go through the… Continue reading Azure infrastructure with Terraform – Basics for modules