Skip to content

Commit

Permalink
Merge branch 'main' of github.com:serverless-ca/cloud-ca
Browse files Browse the repository at this point in the history
  • Loading branch information
paulschwarzenberger committed May 3, 2024
2 parents 6534530 + 4f96aee commit a20c1b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion backend.tf
Original file line number Diff line number Diff line change
@@ -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"
}
}
2 changes: 1 addition & 1 deletion ca.tf
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit a20c1b7

Please sign in to comment.