Skip to content

Commit

Permalink
Merge pull request #91 from dod-iac/cg_fix_tf11_deprecation
Browse files Browse the repository at this point in the history
Fix deprecated interpolation-only expression
  • Loading branch information
eeeady authored Oct 7, 2020
2 parents a0180c2 + eb4bc3b commit 98ce696
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config-rules.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 98ce696

Please sign in to comment.