We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5be41c1 commit e62b150Copy full SHA for e62b150
1 file changed
infrastructure/terraform/components/api/api_gateway_stage.tf
@@ -4,6 +4,8 @@ resource "aws_api_gateway_stage" "main" {
4
rest_api_id = aws_api_gateway_rest_api.main.id
5
deployment_id = aws_api_gateway_deployment.main.id
6
7
+ depends_on = [aws_api_gateway_base_path_mapping.main]
8
+
9
access_log_settings {
10
destination_arn = aws_cloudwatch_log_group.api_gateway_access.arn
11
0 commit comments