From 62926326624aa6b3744d40cf5d3e0bd07a64d1e4 Mon Sep 17 00:00:00 2001 From: Oriol Arbusi Date: Mon, 16 Dec 2024 12:09:10 +0100 Subject: [PATCH] example check fix --- templates/data-source.md.tmpl | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/data-source.md.tmpl b/templates/data-source.md.tmpl index b649202982..4b0faaf1d1 100644 --- a/templates/data-source.md.tmpl +++ b/templates/data-source.md.tmpl @@ -55,6 +55,7 @@ {{ else if eq .Name "mongodbatlas_third_party_integration" }} {{ else if eq .Name "mongodbatlas_x509_authentication_database_user" }} {{ else if eq .Name "mongodbatlas_privatelink_endpoint_service_data_federation_online_archive" }} + {{ else if eq .Name "mongodbatlas_stream_privatelink_endpoint" }} {{ else }} {{ tffile (printf "examples/%s/main.tf" .Name )}} {{ end }}