Skip to content

Commit

Permalink
Self link resiliency in Region Autoscaler.
Browse files Browse the repository at this point in the history
  • Loading branch information
nat-henderson committed Dec 12, 2018
1 parent 41c1758 commit f98e189
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions google-beta/resource_compute_region_autoscaler.go
Original file line number Diff line number Diff line change
Expand Up @@ -121,8 +121,9 @@ func resourceComputeRegionAutoscaler() *schema.Resource {
ValidateFunc: validateGCPName,
},
"target": {
Type: schema.TypeString,
Required: true,
Type: schema.TypeString,
Required: true,
DiffSuppressFunc: compareSelfLinkOrResourceName,
},
"description": {
Type: schema.TypeString,
Expand Down

0 comments on commit f98e189

Please sign in to comment.