Skip to content

Commit

Permalink
fix(aws-lambda-tutorial): fix route53 ttl error (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
jordan-acosta committed Mar 19, 2024
1 parent d834fe9 commit 6c5d700
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion aws-lambda-tutorial/components/api-gateway/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ resource "aws_route53_record" "custom_domain_record" {
zone_id = var.zone_id
name = var.domain_name
type = "A"
ttl = "60"

alias {
name = module.api_gateway.apigatewayv2_domain_name_configuration[0].target_domain_name
Expand Down

0 comments on commit 6c5d700

Please sign in to comment.