File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -50,15 +50,18 @@ output "maintenance_policy_day" {
5050 description = " A block representing the cluster's maintenance window. Updates will be applied within this window."
5151}
5252output "local_file" {
53- value = join (" " , digitalocean_kubernetes_cluster. main [* ]. kube_config [0 ]. raw_config )
53+ value = join (" " , digitalocean_kubernetes_cluster. main [* ]. kube_config [0 ]. raw_config )
54+ sensitive = true
5455}
5556
5657output "token" {
5758 value = digitalocean_kubernetes_cluster. main [* ]. kube_config [0 ]. token
5859 description = " The token used to authenticate with the cluster."
60+ sensitive = true
5961}
6062
6163output "cluster_ca_certificate" {
6264 value = digitalocean_kubernetes_cluster. main [* ]. kube_config [0 ]. cluster_ca_certificate
6365 description = " The certificate authority used to verify the cluster's API server."
66+ sensitive = true
6467}
You can’t perform that action at this time.
0 commit comments