Don't allow secondary ip ranges to be computed in subnetwork (#3431)

<!-- This change is generated by MagicModules. -->
Original Author: @chrisst
This commit is contained in:
The Magician 2019-04-15 13:39:13 -07:00 committed by Chris Stephens
parent b2cb562fdd
commit 817dd3dc6c

View File

@ -117,7 +117,6 @@ func resourceComputeSubnetwork() *schema.Resource {
},
"secondary_ip_range": {
Type: schema.TypeList,
Computed: true,
Optional: true,
Elem: &schema.Resource{
Schema: map[string]*schema.Schema{