Skip to content

Commit

Permalink
Merge pull request #2973 from jingyih/patch_kubelet_config
Browse files Browse the repository at this point in the history
fix: mark "node_config[0].kubelet_config" as "computed"
  • Loading branch information
google-oss-prow[bot] authored Oct 22, 2024
2 parents cae8025 + e06ce24 commit f0a6e54
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -482,6 +482,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

0 comments on commit f0a6e54

Please sign in to comment.