diff --git a/patterns/kubecost/run-me-in-24h/main.tf b/patterns/kubecost/run-me-in-24h/main.tf index bc0c6147a0..eca1abe05e 100644 --- a/patterns/kubecost/run-me-in-24h/main.tf +++ b/patterns/kubecost/run-me-in-24h/main.tf @@ -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" } }