From 50458953a96cc7f1b45d982a7fe90ab14c4437cc Mon Sep 17 00:00:00 2001 From: Paul Schwarzenberger Date: Sun, 22 Sep 2024 08:45:29 +0100 Subject: [PATCH] chore: upgrade CA to 1.6.3 --- ca.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ca.tf b/ca.tf index c7fab47..682b558 100644 --- a/ca.tf +++ b/ca.tf @@ -1,6 +1,6 @@ module "certificate_authority" { source = "serverless-ca/ca/aws" - version = "1.5.0" + version = "1.6.3" hosted_zone_domain = var.hosted_zone_domain hosted_zone_id = data.aws_route53_zone.public.zone_id