terraform How to use count with modules in Terraform 0.13 The upcoming 0.13 release of Terraform adds many new features. In my opinion none are more exciting than finally being able using count when calling a module. At last
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.