Skip to content

Commit

Permalink
Mark node_ipv4_cidr_block as Computed (#558)
Browse files Browse the repository at this point in the history
<!-- This change is generated by MagicModules. -->
/cc @samschlegel
  • Loading branch information
modular-magician authored and rileykarson committed Mar 27, 2019
1 parent e37843c commit 1e2b343
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions google-beta/resource_container_cluster.go
Original file line number Diff line number Diff line change
Expand Up @@ -576,6 +576,7 @@ func resourceContainerCluster() *schema.Resource {
"node_ipv4_cidr_block": {
Type: schema.TypeString,
Optional: true,
Computed: true,
ForceNew: true,
ConflictsWith: ipAllocationRangeFields,
DiffSuppressFunc: cidrOrSizeDiffSuppress,
Expand Down

0 comments on commit 1e2b343

Please sign in to comment.