Skip to content

Commit

Permalink
chore: annotate sensitive output variable (#1519)
Browse files Browse the repository at this point in the history
  • Loading branch information
themanifold committed Jan 6, 2023
1 parent d985879 commit f6128b7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/simple_autopilot_private/outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ output "master_kubernetes_version" {
}

output "ca_certificate" {
sensitive = true
description = "The cluster ca certificate (base64 encoded)"
value = module.gke.ca_certificate
}
Expand Down

0 comments on commit f6128b7

Please sign in to comment.