How to extract form Terraform complex variable value??
Variable:
# Selection
variable "selections" {
description = "A map of selction maps"
type = map(object({
name = string
plan_id = optional(string)
iam_role_arn = optional(s
yentrinh.hashnode.dev5 min read