Skip to content

Commit 28047c9

Browse files
committed
NDR-213 tf fmt
1 parent 3edfcc9 commit 28047c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infrastructure/api_mtls.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ resource "aws_api_gateway_domain_name" "custom_api_domain_mtls" {
1818
}
1919

2020
mutual_tls_authentication {
21-
truststore_uri = "s3://${module.ndr-truststore[0].bucket_id}/${var.ca_pem_filename}"
21+
truststore_uri = "s3://${module.ndr-truststore[0].bucket_id}/${var.ca_pem_filename}"
2222
truststore_version = data.aws_s3_object.truststore_ext_cert.version_id
2323
}
2424
}

0 commit comments

Comments
 (0)