Skip to content

Commit

Permalink
Remove Computed from GKE cluster cidr_blocks (#603)
Browse files Browse the repository at this point in the history
<!-- This change is generated by MagicModules. -->
Original Author: @rileykarson
  • Loading branch information
modular-magician authored and rileykarson committed Apr 15, 2019
1 parent d93397e commit 893b13e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion google-beta/resource_container_cluster.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ var (
"cidr_blocks": {
Type: schema.TypeSet,
Optional: true,
Computed: true,
Elem: cidrBlockConfig,
},
},
Expand Down

0 comments on commit 893b13e

Please sign in to comment.