Difference between revisions of "Terraform functions: templatefile"
Jump to navigation
Jump to search
Line 21: | Line 21: | ||
== See also == | == See also == | ||
+ | * {{user_data}} | ||
* {{terraform functions}} | * {{terraform functions}} | ||
* {{Templates}} | * {{Templates}} | ||
[[Category:Terraform]] | [[Category:Terraform]] |
Revision as of 17:31, 6 April 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
*.tftpl
- Terraform functions: file
map
- Terraform provider: template (Deprecated)
user_data
path.module
See also
Advertising: