Skip to content

Commit

Permalink
Don't allow secondary ip ranges to be computed in subnetwork (#3431)
Browse files Browse the repository at this point in the history
<!-- This change is generated by MagicModules. -->
Original Author: @chrisst
  • Loading branch information
modular-magician authored and chrisst committed Apr 15, 2019
1 parent b2cb562 commit 817dd3d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion google/resource_compute_subnetwork.go
Original file line number Diff line number Diff line change
Expand Up @@ -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{
Expand Down

0 comments on commit 817dd3d

Please sign in to comment.