Skip to content

Commit

Permalink
Update Terraform terraform-aws-modules/acm/aws to v4.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 3, 2023
1 parent f3ec81c commit 36d3ce1
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 = "4.4.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 36d3ce1

Please sign in to comment.