diff --git a/main.tf b/main.tf index f9f4ea5b..e36b384e 100644 --- a/main.tf +++ b/main.tf @@ -2,11 +2,9 @@ terraform { required_providers { http = { source = "hashicorp/http" - version = "3.3.0" } local = { source = "hashicorp/local" - version = "2.4.0" } } }