From eb4bc3b3c4f82f226444ec47da6e92fce275c2e1 Mon Sep 17 00:00:00 2001 From: Chris Gilmer Date: Wed, 7 Oct 2020 09:53:37 -0700 Subject: [PATCH] Fix deprecated interpolation-only expression --- config-rules.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config-rules.tf b/config-rules.tf index a77af6f..022d471 100644 --- a/config-rules.tf +++ b/config-rules.tf @@ -24,7 +24,7 @@ data "template_file" "aws_config_acm_certificate_expiration" { } data "template_file" "aws_config_ami_approved_tag" { - template = "${file("${path.module}/config-policies/ami-approved-tag.tpl")}" + template = file("${path.module}/config-policies/ami-approved-tag.tpl") vars = { ami_required_tag_key_value = var.ami_required_tag_key_value