From 8fa1ec3281a0b50fd92d429ea0a108b8565c1a5b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 09:49:30 +0100 Subject: [PATCH] build(deps): update terraform-aws-modules/acm/aws requirement from ~> 5.0.0 to ~> 5.1.0 (#65) 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...v5.1.0) --- updated-dependencies: - dependency-name: terraform-aws-modules/acm/aws dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.tf b/main.tf index e6756e4..ac3fc18 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.0.0" + version = "~> 5.1.0" domain_name = local.custom_endpoint zone_id = data.aws_route53_zone.opensearch.id