From cad09840122b1a5d2d87f832005da752e25652cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Oct 2023 05:26:40 +0000 Subject: [PATCH] build(deps): update hashicorp/template requirement in /_example/fargate Updates the requirements on [hashicorp/template](https://github.com/hashicorp/terraform-provider-template) to permit the latest version. - [Changelog](https://github.com/hashicorp/terraform-provider-template/blob/master/CHANGELOG.md) - [Commits](https://github.com/hashicorp/terraform-provider-template/compare/v2.1.2...v2.2.0) --- updated-dependencies: - dependency-name: hashicorp/template dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- modules/auto-scaling/versions.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/auto-scaling/versions.tf b/modules/auto-scaling/versions.tf index 6a97291..bf85371 100644 --- a/modules/auto-scaling/versions.tf +++ b/modules/auto-scaling/versions.tf @@ -9,7 +9,7 @@ terraform { } template = { source = "hashicorp/template" - version = "~>2.1.2" + version = "~>2.2.0" } } }