Terraform functions: templatefile
templatefile
https://www.terraform.io/docs/language/functions/templatefile.html
Official example
config.tftpl %{ for config_key, config_value in config } set ${config_key} = ${config_value} %{ endfor ~}
Related
See also
Advertising: