c190e41403
This is used in `.tfvars` files for Terraform in order to allow overriding values in maps, for example: map.key1 = "Value" map.key2 = "OtherValue"
4 lines
71 B
HCL
4 lines
71 B
HCL
regularvar = "Should work"
|
|
map.key1 = "Value"
|
|
map.key2 = "Other value"
|