Skip to content

Commit 5367df3

Browse files
authored
fix: set sensitive for gh-runner-gke ca_certificate output (#196)
1 parent a47589e commit 5367df3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

modules/gh-runner-gke/outputs.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ output "client_token" {
2828

2929
output "ca_certificate" {
3030
description = "The cluster ca certificate (base64 encoded)"
31+
sensitive = true
3132
value = module.runner-cluster.ca_certificate
3233
}
3334

0 commit comments

Comments
 (0)