Difference between revisions of "Terraform functions: templatefile"

From wikieduonline
Jump to navigation Jump to search
Tags: Mobile web edit, Mobile edit
Tags: Mobile web edit, Mobile edit
Line 1: Line 1:
 
* <code>[[templatefile]]</code> https://www.terraform.io/docs/language/functions/templatefile.html
 
* <code>[[templatefile]]</code> 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 ==
 
== Related ==

Revision as of 13:33, 3 July 2022

Advertising: