Difference between revisions of "Terraform functions: templatefile"
Jump to navigation
Jump to search
Line 20: | Line 20: | ||
== See also == | == See also == | ||
* {{terraform functions}} | * {{terraform functions}} | ||
− | |||
[[Category:Terraform]] | [[Category:Terraform]] |
Revision as of 08:46, 6 September 2022
templatefile
https://www.terraform.io/docs/language/functions/templatefile.html
Official example
%{ for config_key, config_value in config } set ${config_key} = ${config_value} %{ endfor ~}
Related
See also
Advertising: