Skip to content

Commit

Permalink
Precommit
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigobersa committed Jan 26, 2024
1 parent 292e9ad commit b6838b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions patterns/kubecost/run-me-in-24h/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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]
}
}

0 comments on commit b6838b2

Please sign in to comment.