Skip to content

Commit e7a8410

Browse files
committed
[PRMP-580] Add depends on to gateway stage
1 parent b0b7d32 commit e7a8410

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

infrastructure/api_mtls.tf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,8 @@ resource "aws_api_gateway_stage" "ndr_api_mtls" {
7575
lifecycle {
7676
create_before_destroy = true
7777
}
78+
79+
depends_on = [aws_cloudwatch_log_group.mtls_api_gateway_stage]
7880
}
7981

8082
resource "aws_cloudwatch_log_group" "mtls_api_gateway_stage" {

0 commit comments

Comments
 (0)