From 6da147120338648f588d3210a078828ee9479c08 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Jun 2025 13:23:54 +0000 Subject: [PATCH] build(deps): update terraform-aws-modules/acm/aws requirement from ~> 5.1.0 to ~> 5.2.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.1.0...v5.2.0) --- updated-dependencies: - dependency-name: terraform-aws-modules/acm/aws dependency-version: 5.2.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.tf b/main.tf index ac3fc18..df30fd4 100644 --- a/main.tf +++ b/main.tf @@ -6,7 +6,7 @@ moved { module "acm" { count = (var.custom_endpoint_certificate_arn != "") ? 0 : 1 source = "terraform-aws-modules/acm/aws" - version = "~> 5.1.0" + version = "~> 5.2.0" domain_name = local.custom_endpoint zone_id = data.aws_route53_zone.opensearch.id