From cf72e3e7bc449afb9ba909720e4fc79a45a60cf1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Jul 2025 06:57:35 +0000 Subject: [PATCH] chore(deps): 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] --- api/terraform/route53.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/terraform/route53.tf b/api/terraform/route53.tf index f07b7285..2919a98b 100644 --- a/api/terraform/route53.tf +++ b/api/terraform/route53.tf @@ -53,7 +53,7 @@ resource "aws_route53_record" "api" { module "acm" { count = var.create_custom_domain ? 1 : 0 source = "terraform-aws-modules/acm/aws" - version = "~> 5.0" + version = "~> 6.0" # un-comment this if you choose a region other than us-east-1 # providers = {