From bf12bc23349cd9bb6c72b16947647f3966e99ea9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Jul 2025 15:02:05 +0000 Subject: [PATCH] Update terraform-aws-modules/acm/aws requirement from ~> 5.0 to ~> 6.0 Updates the requirements on [terraform-aws-modules/acm/aws](https://github.com/terraform-aws-modules/terraform-aws-acm) to permit the latest version. - [Release notes](https://github.com/terraform-aws-modules/terraform-aws-acm/releases) - [Changelog](https://github.com/terraform-aws-modules/terraform-aws-acm/blob/master/CHANGELOG.md) - [Commits](https://github.com/terraform-aws-modules/terraform-aws-acm/compare/v5.0.0...v6.0.0) --- updated-dependencies: - dependency-name: terraform-aws-modules/acm/aws dependency-version: 6.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- acm.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/acm.tf b/acm.tf index c407da5..9cc84f9 100644 --- a/acm.tf +++ b/acm.tf @@ -1,6 +1,6 @@ module "acm" { source = "terraform-aws-modules/acm/aws" - version = "~> 5.0" + version = "~> 6.0" # Domain Name from infra_variables.tfvars