remove link to deprecated provider
This commit is contained in:
parent
72aea4bc64
commit
f12bb4698e
|
@ -41,11 +41,7 @@ sequences then this function will produce an error.
|
||||||
This function can be used only with files that already exist on disk at the
|
This function can be used only with files that already exist on disk at the
|
||||||
beginning of a Terraform run. Functions do not participate in the dependency
|
beginning of a Terraform run. Functions do not participate in the dependency
|
||||||
graph, so this function cannot be used with files that are generated
|
graph, so this function cannot be used with files that are generated
|
||||||
dynamically during a Terraform operation. We do not recommend using dynamic
|
dynamically during a Terraform operation.
|
||||||
templates in Terraform configurations, but in rare situations where this is
|
|
||||||
necessary you can use
|
|
||||||
[the `template_file` data source](/docs/providers/template/d/file.html)
|
|
||||||
to render templates while respecting resource dependencies.
|
|
||||||
|
|
||||||
## Examples
|
## Examples
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue