Skip to content

Commit d1e8763

Browse files
fredlegerCopilot
andauthored
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent f46d243 commit d1e8763

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

k8s/helm-template/outputs.tf

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,7 @@ output "namespace" {
99
}
1010

1111
output "manifest" {
12-
value = data.helm_template.main.manifest
12+
description = "Rendered Kubernetes manifests generated by Helm"
13+
sensitive = true
14+
value = data.helm_template.main.manifest
1315
}

0 commit comments

Comments
 (0)