Skip to content

Commit

Permalink
Update Terraform terraform-aws-modules/acm/aws to v4.2.0 (#49)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 15, 2022
1 parent 4ea54f1 commit ba89de2
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 @@ -159,7 +159,7 @@ module "acm" {
count = var.configure_loadbalancer_ssl.enable_ssl ? 1 : 0

source = "terraform-aws-modules/acm/aws"
version = "4.1.1"
version = "4.2.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 ba89de2

Please sign in to comment.