Skip to content

Commit

Permalink
make oidc_kube_login also sensitive
Browse files Browse the repository at this point in the history
  • Loading branch information
nrobert13 committed Dec 4, 2024
1 parent c0daef8 commit 72a0583
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 @@ -107,8 +107,9 @@ func metakubeResourceCluster() *schema.Resource {
Computed: true,
},
"oidc_kube_config": {
Type: schema.TypeString,
Computed: true,
Type: schema.TypeString,
Sensitive: true,
Computed: true,
},
"kube_login_kube_config": {
Type: schema.TypeString,
Expand Down

0 comments on commit 72a0583

Please sign in to comment.