Skip to content

Commit 37b1b44

Browse files
chore(deps): update terraform terraform-aws-modules/acm/aws to v5
1 parent 3210640 commit 37b1b44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ssl.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ module "acm" {
1616
count = var.enable_ssl ? 1 : 0
1717

1818
source = "terraform-aws-modules/acm/aws"
19-
version = "~> 4.0"
19+
version = "~> 5.0"
2020

2121
domain_name = var.https_record_domain_name
2222
zone_id = var.dns_zone_id

0 commit comments

Comments
 (0)