Skip to content

Commit

Permalink
fix: terraform changes to go back to commit 36f6753
Browse files Browse the repository at this point in the history
  • Loading branch information
chlohilt committed May 16, 2024
1 parent f062c11 commit fab7996
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion iac/modules/app/webhooks-lambda.tf
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,9 @@ resource "aws_api_gateway_rest_api" "webhook_domain" {
description = "CDN WebhookDomain API Gateway"
}

# TODO: change when we deploy to the real domain
resource "aws_api_gateway_domain_name" "webhook_domain" {
certificate_arn = aws_acm_certificate.cert.arn
certificate_arn = module.acs.certificate_virginia.arn
domain_name = "webhooks.${var.cdn_url}"
security_policy = "TLS_1_0"
}
Expand Down

0 comments on commit fab7996

Please sign in to comment.