Skip to content

Commit f6128b7

Browse files
authored
chore: annotate sensitive output variable (terraform-google-modules#1519)
1 parent d985879 commit f6128b7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/simple_autopilot_private/outputs.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ output "master_kubernetes_version" {
3535
}
3636

3737
output "ca_certificate" {
38+
sensitive = true
3839
description = "The cluster ca certificate (base64 encoded)"
3940
value = module.gke.ca_certificate
4041
}

0 commit comments

Comments
 (0)