Skip to content

Commit

Permalink
Set computed flag for 'max_pods_per_node' (#2077)
Browse files Browse the repository at this point in the history
  • Loading branch information
thevilledev authored and nat-henderson committed Sep 19, 2018
1 parent 46d297b commit 80e03f7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions google/resource_container_node_pool.go
Original file line number Diff line number Diff line change
Expand Up @@ -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{
Expand Down

0 comments on commit 80e03f7

Please sign in to comment.