diff --git a/versions.tf b/versions.tf index f6b1128..f54b4da 100644 --- a/versions.tf +++ b/versions.tf @@ -6,9 +6,5 @@ terraform { source = "hashicorp/aws" version = ">= 2.45.0" } - template = { - source = "hashicorp/template" - version = "~>2.1.2" - } } }