Skip to content

Commit

Permalink
fix(terraform): make api gateway stage auto-deploy (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
hannahhoward authored Feb 4, 2025
1 parent 82eb33f commit f68f880
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion deploy/app/gateway.tf
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,8 @@ resource "aws_apigatewayv2_domain_name" "custom_domain" {
resource "aws_apigatewayv2_stage" "stage" {
api_id = aws_apigatewayv2_api.api.id
name = "$default"

auto_deploy = true

access_log_settings {
destination_arn = aws_cloudwatch_log_group.access_logs.arn
format = var.access_logging_log_format
Expand Down

0 comments on commit f68f880

Please sign in to comment.