diff --git a/locals.tf b/locals.tf index 4482385..70efd24 100644 --- a/locals.tf +++ b/locals.tf @@ -15,5 +15,5 @@ locals { app = "flux-memcached" } - config = "${file("${path.module}/templates/config.yaml")}" + config = file("${path.module}/templates/config.yaml") }