add diffsuppress for regionautoscaler.target (#2770)

<!-- This change is generated by MagicModules. -->
/cc @danawillow
This commit is contained in:
The Magician 2018-12-28 17:12:24 -08:00 committed by Dana Hoffman
parent 7a2fc3389e
commit 97a53d4619

View File

@ -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,