Skip to content

Commit

Permalink
build(deps): update terraform-aws-modules/acm/aws requirement from ~>…
Browse files Browse the repository at this point in the history
… 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](terraform-aws-modules/terraform-aws-acm@v5.0.0...v5.1.0)

---
updated-dependencies:
- dependency-name: terraform-aws-modules/acm/aws
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 28, 2024
1 parent 570f8a1 commit 8fa1ec3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8fa1ec3

Please sign in to comment.