How to Use a specific Terraform version on local files version with Docker You may need to run a specific version of Terraform locally (without keeping all the binaries of the version). Docker allows to do it easily.Maud9 December 2021
How to Terraform: “for_each” with a complex “map” in “dynamic” block You may need to iterate on more complex terraform objects. Below an example with a map of terraform custom object.Maud8 December 2021
How to Terraform: “for_each” with a list in “dynamic” block An example to loop on a list terraform type to create multiple dynamic terraform blocks within a terraform resource.Maud7 December 2021