Ned Bellavance 12/7/2021

Data Transformation in Terraform

Read Original

This technical article details a specific challenge in Terraform: transforming complex data structures (like maps of lists) to work with resource iteration. Using the concrete example of assigning Azure RBAC permissions across multiple AKS namespaces and admin groups, it explains the problem and demonstrates the solution using nested `for` expressions and the `flatten()` function.

Data Transformation in Terraform

Comments

No comments yet

Be the first to share your thoughts!

Browser Extension

Get instant access to AllDevBlogs from your browser

Top of the Week