From 06a2d06d4f7dd23cf80ff0c73699afc615d5de9e Mon Sep 17 00:00:00 2001 From: Edgar Lopez Date: Wed, 25 Aug 2021 11:40:11 -0600 Subject: [PATCH] added nl --- examples/aws-atlas-privatelink/atlas-cluster.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/aws-atlas-privatelink/atlas-cluster.tf b/examples/aws-atlas-privatelink/atlas-cluster.tf index 37af99f5ae..4f38d0d5ce 100644 --- a/examples/aws-atlas-privatelink/atlas-cluster.tf +++ b/examples/aws-atlas-privatelink/atlas-cluster.tf @@ -31,4 +31,4 @@ output "atlasclusterstring" { } output "plstring" { value = lookup(data.mongodbatlas_cluster.cluster-atlas.connection_strings[0].aws_private_link_srv, aws_vpc_endpoint.ptfe_service.id) -} \ No newline at end of file +}