tfenv (Terraform version manager) a very useful tool.

I never needed to switch Terraform versions in my prior environment. Instead, I always kept pace with the Terraform release schedule (well, mostly). With the client I’m working with now, an older version is used in all of the CI/CD pipelines; something I plan to address later. Specifically, Terraform version 0.11.13 is used. Because I …

Terraform – Concat + formatlist multiple lists

An issue I ran in to recently was that I needed to assign multiple lists to the ip_rules block of an Azure Key Vault in Terraform. Doing so was easy enough using Terraform’s concat function. Initially, the use case was simple… combine three lists that were stored as variables. ip_rules = “${concat(var.list1, var.list2, var.list3)}” I …

Close Bitnami banner
Bitnami