diff --git a/versions.tf b/versions.tf index 49bd811..6ec0355 100644 --- a/versions.tf +++ b/versions.tf @@ -5,13 +5,5 @@ terraform { source = "hashicorp/helm" version = "2.5.1" } - local = { - source = "hashicorp/local" - version = "2.2.3" - } - template = { - source = "hashicorp/template" - version = "2.2.0" - } } }