Skip to content

Commit

Permalink
Add computed to node_config.kubelet_config & node_pool_auto_config.no…
Browse files Browse the repository at this point in the history
…de_kubelet_config (GoogleCloudPlatform#11971)
  • Loading branch information
rileykarson authored and BBBmau committed Nov 5, 2024
1 parent 40eb9d2 commit 489b582
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -595,6 +595,7 @@ func schemaNodeConfig() *schema.Schema {
"kubelet_config": {
Type: schema.TypeList,
Optional: true,
Computed: true,
MaxItems: 1,
Description: `Node kubelet configs.`,
Elem: &schema.Resource{
Expand Down Expand Up @@ -813,6 +814,7 @@ func schemaNodePoolAutoConfigNodeKubeletConfig() *schema.Schema {
return &schema.Schema{
Type: schema.TypeList,
Optional: true,
Computed: true,
MaxItems: 1,
Description: `Node kubelet configs.`,
Elem: &schema.Resource{
Expand Down

0 comments on commit 489b582

Please sign in to comment.