How to describe an object type variable in Terraform?
I am trying to write a clear documentation/description of my terraform modules. According to Hashicorp’s doc, the description attribute will permit that, but I cannot find a way to describe an object type variable in details. Here’s more or less I want to do : variable "sa_to_impersonate_info" { type = object( { id = string… Read More How to describe an object type variable in Terraform?