Skip to content

Commit

Permalink
use compareSelfLinkOrResourceName diffsuppress on redis authorizednet…
Browse files Browse the repository at this point in the history
…work. Fixes #1750. (#1782)

<!-- This change is generated by MagicModules. -->
/cc @danawillow
  • Loading branch information
modular-magician authored and danawillow committed Jul 18, 2018
1 parent b2f8a2a commit 0e29432
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion google/resource_redis_instance.go
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ func resourceRedisInstance() *schema.Resource {
Computed: true,
Optional: true,
ForceNew: true,
DiffSuppressFunc: compareSelfLinkRelativePaths,
DiffSuppressFunc: compareSelfLinkOrResourceName,
},
"display_name": {
Type: schema.TypeString,
Expand Down

0 comments on commit 0e29432

Please sign in to comment.