Skip to content

Commit

Permalink
Make 'kubeconfig' field sensitive (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
zulh-civo committed Aug 17, 2021
1 parent 8a12399 commit 858b0d3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions civo/resource_kubernetes_cluster.go
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,9 @@ func resourceKubernetesCluster() *schema.Resource {
Computed: true,
},
"kubeconfig": {
Type: schema.TypeString,
Computed: true,
Type: schema.TypeString,
Computed: true,
Sensitive: true,
},
"api_endpoint": {
Type: schema.TypeString,
Expand Down

0 comments on commit 858b0d3

Please sign in to comment.