diff --git a/docs/content/guides/recipes/howto-author-recipes/snippets/redis-kubernetes-output.tf b/docs/content/guides/recipes/howto-author-recipes/snippets/redis-kubernetes-output.tf index 3b0bc4bfc..057e676c8 100644 --- a/docs/content/guides/recipes/howto-author-recipes/snippets/redis-kubernetes-output.tf +++ b/docs/content/guides/recipes/howto-author-recipes/snippets/redis-kubernetes-output.tf @@ -14,6 +14,4 @@ output "result" { "/planes/kubernetes/local/namespaces/${kubernetes_deployment.metadata.namespace}/providers/apps/Deployment/${kubernetes_deployment.metadata.name}" ] } - description = "The result of the Recipe. Must match the target resource's schema." - sensitive = true -} \ No newline at end of file +}