Difference between revisions of "Terraform functions: templatefile"
Jump to navigation
Jump to search
Line 17: | Line 17: | ||
* <code>[[Terraform map type|map]]</code> | * <code>[[Terraform map type|map]]</code> | ||
* [[Terraform provider: template (Deprecated)]] | * [[Terraform provider: template (Deprecated)]] | ||
+ | * <code>[[user_data]]</code> | ||
== See also == | == See also == |
Revision as of 13:38, 30 January 2023
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: