diff --git a/website/docs/d/template.html.markdown b/website/docs/d/template.html.markdown
index 8166974a28..6c9f12030b 100644
--- a/website/docs/d/template.html.markdown
+++ b/website/docs/d/template.html.markdown
@@ -75,7 +75,7 @@ data "helm_template" "mariadb_instance" {
chart = "mariadb"
version = "7.1.0"
- templates = [
+ show_only = [
"templates/master-statefulset.yaml",
"templates/master-svc.yaml",
]