Mark node_ipv4_cidr_block as Computed (#3319)

<!-- This change is generated by MagicModules. -->
/cc @samschlegel
This commit is contained in:
The Magician 2019-03-27 12:49:36 -07:00 committed by Riley Karson
parent ec469e6f77
commit 48d1168c03

View File

@ -543,6 +543,7 @@ func resourceContainerCluster() *schema.Resource {
"node_ipv4_cidr_block": {
Type: schema.TypeString,
Optional: true,
Computed: true,
ForceNew: true,
ConflictsWith: ipAllocationRangeFields,
DiffSuppressFunc: cidrOrSizeDiffSuppress,