Skip to content

Commit 2bce8be

Browse files
committed
[ndr-102] fix
1 parent 5925f91 commit 2bce8be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infrastructure/api.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ resource "aws_api_gateway_stage" "ndr_api" {
9393
stage_name = var.environment
9494
xray_tracing_enabled = var.enable_xray_tracing
9595

96-
depends_on = [aws_cloudwatch_log_group.ndr_api_log_group]
96+
depends_on = [aws_cloudwatch_log_group.api_gateway_stage]
9797
}
9898

9999
resource "aws_cloudwatch_log_group" "api_gateway_stage" {

0 commit comments

Comments
 (0)