Skip to content

Commit 80bd398

Browse files
author
Denis Banschikov
committed
fix(cluster_v2): mark ca_certs field as computed
1 parent 278b008 commit 80bd398

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

rancher2/schema_cluster_v2_rke_config_local_auth_endpoint.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ func clusterV2LocalAuthEndpointFields() map[string]*schema.Schema {
1111
"ca_certs": {
1212
Type: schema.TypeString,
1313
Optional: true,
14+
Computed: true,
1415
},
1516
"enabled": {
1617
Type: schema.TypeBool,

0 commit comments

Comments
 (0)