Skip to content

Commit 13024cf

Browse files
authored
feat: use sensitive data (#32)
1 parent 71de912 commit 13024cf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

outputs.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ output "kubeconfig_file" {
4343
output "cluster_ca_cert" {
4444
value = scaleway_k8s_cluster.this.kubeconfig[0].cluster_ca_certificate
4545
description = "PEM based cluster ca certificate."
46+
sensitive = true
4647
}
4748

4849
output "token" {

0 commit comments

Comments
 (0)