From 270c4624cba6a74c57aaaf6b27eec7c39cf12066 Mon Sep 17 00:00:00 2001 From: Paul Schwarzenberger Date: Sun, 30 Jun 2024 20:59:12 +0100 Subject: [PATCH] Upgrade to v1.5.0 --- ca.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ca.tf b/ca.tf index 7670a3b..c7fab47 100644 --- a/ca.tf +++ b/ca.tf @@ -1,6 +1,6 @@ module "certificate_authority" { source = "serverless-ca/ca/aws" - version = "1.4.0" + version = "1.5.0" hosted_zone_domain = var.hosted_zone_domain hosted_zone_id = data.aws_route53_zone.public.zone_id