Tag: Lists
Browse all articles, tutorials, and guides about Lists
Posts
⌘K
Terraform
2025-02-25|7 min read
How to Get an Object from a List of Objects in Terraform?
Learn how to retrieve a specific object from a list of objects in Terraform using filters and expressions.
Terraform
2025-02-16|6 min read
How to Append to a List in Terraform?
Learn how to append elements to a list in Terraform using functions like `concat` and dynamic blocks.
Terraform
2024-09-30|7 min read
How to Concatenate Lists in Terraform Using concat()
Learn how to combine multiple lists in Terraform using the concat() function, plus advanced patterns for merging and manipulating list data.