There was an error while loading. Please reload this page.
1 parent d985879 commit f6128b7Copy full SHA for f6128b7
examples/simple_autopilot_private/outputs.tf
@@ -35,6 +35,7 @@ output "master_kubernetes_version" {
35
}
36
37
output "ca_certificate" {
38
+ sensitive = true
39
description = "The cluster ca certificate (base64 encoded)"
40
value = module.gke.ca_certificate
41
0 commit comments