February 2024
-
Dictionary variables – Infrastructure as Code (IaC) with Terraform
Dictionary variables hold a complex combination of key-value pairs, the same as a Python dictionary. You can define dictionary variables using the standard YAML syntax, as in the following example:foo:bar:…