diff --git a/backend.tf b/backend.tf index b7c965f..921b314 100644 --- a/backend.tf +++ b/backend.tf @@ -1,7 +1,7 @@ terraform { backend "s3" { # bucket = "YOUR S3 BUCKET NAME" - # key = "terraform-aws-ca/terraform.tfstate" + # key = "cloud-ca/terraform.tfstate" # region = "YOUR S3 BUCKET REGION" } } diff --git a/ca.tf b/ca.tf index 33fc737..f3ac61c 100644 --- a/ca.tf +++ b/ca.tf @@ -1,6 +1,6 @@ module "certificate_authority" { source = "serverless-ca/ca/aws" - version = "1.1.1" + version = "1.1.2" hosted_zone_domain = var.hosted_zone_domain hosted_zone_id = data.aws_route53_zone.public.zone_id