Skip to content

Commit

Permalink
Fix TF syntax on patterns/kubecost/run-me-in-24h
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigobersa committed Jan 26, 2024
1 parent d3c1899 commit 00f592c
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 @@ -7,11 +7,11 @@ terraform {
version = ">= 4.47"
}
time = {
source = "hashicorp/time"
source = "hashicorp/time"
version = "0.10.0"
}
null = {
source = "hashicorp/null"
source = "hashicorp/null"
version = "3.2.2"
}
}
Expand Down

0 comments on commit 00f592c

Please sign in to comment.