Skip to content

Commit

Permalink
fix: set sensitive for gh-runner-gke ca_certificate output (#196)
Browse files Browse the repository at this point in the history
  • Loading branch information
cjonesy authored Nov 5, 2024
1 parent a47589e commit 5367df3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/gh-runner-gke/outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ output "client_token" {

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

Expand Down

0 comments on commit 5367df3

Please sign in to comment.