From f12bb4698e24b9cbd303ba55c31984ea531ac445 Mon Sep 17 00:00:00 2001 From: kmoe <5575356+kmoe@users.noreply.github.com> Date: Mon, 21 Sep 2020 17:04:46 +0100 Subject: [PATCH] remove link to deprecated provider --- website/docs/configuration/functions/templatefile.html.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/website/docs/configuration/functions/templatefile.html.md b/website/docs/configuration/functions/templatefile.html.md index 5dd832105..0dddfd490 100644 --- a/website/docs/configuration/functions/templatefile.html.md +++ b/website/docs/configuration/functions/templatefile.html.md @@ -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 beginning of a Terraform run. Functions do not participate in the dependency graph, so this function cannot be used with files that are generated -dynamically during a Terraform operation. We do not recommend using dynamic -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. +dynamically during a Terraform operation. ## Examples