Set computed flag for 'max_pods_per_node' (#2077)

This commit is contained in:
Ville Törhönen 2018-09-20 00:46:41 +03:00 committed by Nathan McKinley
parent 46d297b8c8
commit 80e03f7f28

View File

@ -87,6 +87,7 @@ var schemaNodePool = map[string]*schema.Schema{
"max_pods_per_node": &schema.Schema{
Type: schema.TypeInt,
Optional: true,
Computed: true,
},
"initial_node_count": &schema.Schema{