Skip to content

Commit e62b150

Browse files
committed
Add depends_on
1 parent 5be41c1 commit e62b150

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

infrastructure/terraform/components/api/api_gateway_stage.tf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ resource "aws_api_gateway_stage" "main" {
44
rest_api_id = aws_api_gateway_rest_api.main.id
55
deployment_id = aws_api_gateway_deployment.main.id
66

7+
depends_on = [aws_api_gateway_base_path_mapping.main]
8+
79
access_log_settings {
810
destination_arn = aws_cloudwatch_log_group.api_gateway_access.arn
911

0 commit comments

Comments
 (0)