diff --git a/mmv1/third_party/terraform/services/container/node_config.go.tmpl b/mmv1/third_party/terraform/services/container/node_config.go.tmpl index 98b422e4b21a..22fdd47d505b 100644 --- a/mmv1/third_party/terraform/services/container/node_config.go.tmpl +++ b/mmv1/third_party/terraform/services/container/node_config.go.tmpl @@ -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{ @@ -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{