Skip to content

Commit

Permalink
K8S-11821 make kube_config sensitive
Browse files Browse the repository at this point in the history
  • Loading branch information
nrobert13 committed Dec 3, 2024
1 parent 805ace8 commit c0daef8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions metakube/resource_cluster.go
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,9 @@ func metakubeResourceCluster() *schema.Resource {
Description: "Deletion timestamp",
},
"kube_config": {
Type: schema.TypeString,
Computed: true,
Type: schema.TypeString,
Sensitive: true,
Computed: true,
},
"oidc_kube_config": {
Type: schema.TypeString,
Expand Down

0 comments on commit c0daef8

Please sign in to comment.