Skip to content

Commit

Permalink
use compareSelfLinkOrResourceName diffsuppress on redis authorizednet…
Browse files Browse the repository at this point in the history
…work.

Fixes hashicorp#1750.
  • Loading branch information
danawillow authored and modular-magician committed Jul 16, 2018
1 parent 24396c9 commit 597a79c
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 597a79c

Please sign in to comment.