Nov
08
2022
…Or how to avoid the ‘Call to function “merge” failed: arguments must be maps or objects, got “tuple”.’ error message. Maps of maps example. Issue Producing a Single Map Here’s a typical 2 level data structure that fits users in subgroups, themselves belonging to departments: There are good chances you will need to flatten that […]
Tags: Terraform
Feb
24
2022
Terraform helps building infrastructure as code. More and more hosting providers now offer Terraform plugins that let you handle DNS zones. Gandi is one of them along with OVH and many others. Let’s give it a try while version 2 has just ben released, and see how we can push DNS records to Gandi from […]
Tags: Terraform
Jan
26
2022
Terraform lets you automate infrastructure creation and change in the cloud, what is commonly called infrastructure as code. I need to create a virtual machine, which must embed 3 SSH keys that belong to administrators. I want this Terraform shared resource to be reusable by other modules. This example on IBM Cloud is based on […]
Tags: IBMCloud, Terraform