Skip to content

Commit 58c7f51

Browse files
committed
NDR-213 tf fmt
1 parent 8542c36 commit 58c7f51

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

infrastructure/api_mtls.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ resource "aws_api_gateway_base_path_mapping" "api_mapping_mtls" {
3636
resource "aws_api_gateway_deployment" "ndr_api_deploy_mtls" {
3737
rest_api_id = aws_api_gateway_rest_api.ndr_doc_store_api_mtls.id
3838

39-
depends_on = [
39+
depends_on = [
4040
aws_api_gateway_rest_api.ndr_doc_store_api_mtls,
41-
]
41+
]
4242

4343
lifecycle {
4444
create_before_destroy = true

0 commit comments

Comments
 (0)