Compare region_backend_service.backend[].group as a relative path (#1487)

This commit is contained in:
Shinichi TAMURA 2018-05-15 08:59:27 +09:00 committed by Dana Hoffman
parent d47687f574
commit 2d580ea0a2

View File

@ -39,8 +39,9 @@ func resourceComputeRegionBackendService() *schema.Resource {
Elem: &schema.Resource{
Schema: map[string]*schema.Schema{
"group": &schema.Schema{
Type: schema.TypeString,
Optional: true,
Type: schema.TypeString,
Optional: true,
DiffSuppressFunc: compareSelfLinkRelativePaths,
},
"description": &schema.Schema{
Type: schema.TypeString,