Skip to content

Commit

Permalink
Update Terraform terraform-aws-modules/acm/aws to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 13, 2024
1 parent b9d4371 commit 3a46921
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 @@ -163,7 +163,7 @@ module "acm" {
count = var.configure_loadbalancer_ssl.enable_ssl ? 1 : 0

source = "terraform-aws-modules/acm/aws"
version = "4.3.2"
version = "5.1.0"

domain_name = var.configure_loadbalancer_ssl.https_record_domain_name
zone_id = var.configure_loadbalancer_ssl.dns_zone_id
Expand Down

0 comments on commit 3a46921

Please sign in to comment.