diff --git a/README.md b/README.md index b4a21b4..5dbe75d 100644 --- a/README.md +++ b/README.md @@ -167,7 +167,6 @@ Available targets: | [aws](#requirement\_aws) | >= 2.0 | | [local](#requirement\_local) | >= 1.2 | | [null](#requirement\_null) | >= 2.0 | -| [template](#requirement\_template) | >= 2.0 | ## Providers diff --git a/docs/terraform.md b/docs/terraform.md index 9d274b0..95290f5 100644 --- a/docs/terraform.md +++ b/docs/terraform.md @@ -7,7 +7,6 @@ | [aws](#requirement\_aws) | >= 2.0 | | [local](#requirement\_local) | >= 1.2 | | [null](#requirement\_null) | >= 2.0 | -| [template](#requirement\_template) | >= 2.0 | ## Providers diff --git a/versions.tf b/versions.tf index 4c01ad9..28298e5 100644 --- a/versions.tf +++ b/versions.tf @@ -6,10 +6,6 @@ terraform { source = "hashicorp/aws" version = ">= 2.0" } - template = { - source = "hashicorp/template" - version = ">= 2.0" - } local = { source = "hashicorp/local" version = ">= 1.2"