Skip to content

Commit

Permalink
Set sensitive for gh-runner-gke ca_certificate output
Browse files Browse the repository at this point in the history
  • Loading branch information
cjonesy committed Oct 15, 2024
1 parent 730f92b commit 8b5dfdb
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 8b5dfdb

Please sign in to comment.