a05ecf398c
The template provider exposes data sources to use templates to generate strings for other Terraform resources or outputs. This provider has been deprecated in Terraform 0.12 but users are likely to still encounter it in modules that have not been fully migrated to the new templatefile function.
5 lines
234 B
Text
5 lines
234 B
Text
The template provider exposes data sources to use templates to generate strings
|
|
for other Terraform resources or outputs.
|
|
|
|
Note: This provider is deprecated.
|
|
Please use the `templatefile` function or the `Cloudinit` provider instead.
|