terraform Store Terraform secrets in YAML files with yamldecode In May of 2019 Hashicorp released Terraform 0.12. This release completely changed the way in which variable interpolation was performed and whilst some backwards compatibility was kept, there were
terraform Calculate Terraform count using the length of a list during interpolation How do you use Terraform's count feature and have custom attributes per system? Use arrays and the length function, that's how.