Skip to content

Commit

Permalink
chore(deps): 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 Oct 5, 2023
1 parent 6bb392d commit d8f7360
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ssl.tf
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ module "acm" {
count = var.enable_ssl ? 1 : 0

source = "terraform-aws-modules/acm/aws"
version = "~> 4.0"
version = "~> 5.0"

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

0 comments on commit d8f7360

Please sign in to comment.