From b6838b20ecbd217317dddab39350c8263ba902c7 Mon Sep 17 00:00:00 2001 From: Rodrigo Bersa Date: Fri, 26 Jan 2024 17:29:11 -0500 Subject: [PATCH] Precommit --- patterns/kubecost/run-me-in-24h/main.tf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/patterns/kubecost/run-me-in-24h/main.tf b/patterns/kubecost/run-me-in-24h/main.tf index 89c5cfbf6d..b31318718b 100644 --- a/patterns/kubecost/run-me-in-24h/main.tf +++ b/patterns/kubecost/run-me-in-24h/main.tf @@ -48,9 +48,9 @@ resource "time_sleep" "wait_60_seconds" { resource "aws_cloudformation_stack" "athena_integration" { count = fileexists("${path.module}/crawler-cfn.yml") ? 1 : 0 - name = "kubecost" + name = "kubecost" template_body = try(file("${path.module}/crawler-cfn.yml"), null) capabilities = ["CAPABILITY_IAM"] depends_on = [null_resource.download_file, time_sleep.wait_60_seconds] -} \ No newline at end of file +}