Skip to content

Commit 0da8cbc

Browse files
committed
remove redundant depends on
1 parent efc9c8c commit 0da8cbc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

infrastructure/api.tf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,6 @@ resource "aws_api_gateway_stage" "ndr_api" {
9494
xray_tracing_enabled = var.enable_xray_tracing
9595

9696
depends_on = [
97-
aws_api_gateway_account.logging,
9897
aws_cloudwatch_log_group.api_gateway_stage
9998
]
10099
}

0 commit comments

Comments
 (0)