Skip to content

Commit

Permalink
Apply auto-formatting rules
Browse files Browse the repository at this point in the history
  • Loading branch information
weco-bot committed Jul 3, 2024
1 parent cf7e0b4 commit 950affe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/monitoring/ingest_inspector/certificate.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module "ingest_inspector_certificate" {
source = "github.com/wellcomecollection/terraform-aws-acm-certificate?ref=v1.0.0"

domain_name = var.domain_name
zone_id = data.aws_route53_zone.weco_zone.id
zone_id = data.aws_route53_zone.weco_zone.id

providers = {
# The ACM certificate must be created in the us-east-1 region to work with CloudFront
Expand Down

0 comments on commit 950affe

Please sign in to comment.