Skip to content

Commit

Permalink
fixed diff on next_hop_instance_zone (#5145) (#3571)
Browse files Browse the repository at this point in the history
Signed-off-by: Modular Magician <magic-modules@google.com>
  • Loading branch information
modular-magician committed Aug 27, 2021
1 parent 0fa3a37 commit 48dd6ec
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .changelog/5145.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:bug
compute: fixed a permanent diff for `next_hop_instance_zone` on `google_compute_route` when `next_hop_instance` was set to a self link
```
1 change: 1 addition & 0 deletions google-beta/resource_compute_route.go
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,7 @@ Default value is 1000. Valid range is 0 through 65535.`,
Type: schema.TypeString,
Optional: true,
ForceNew: true,
Computed: true,
Description: "The zone of the instance specified in next_hop_instance. Omit if next_hop_instance is specified as a URL.",
},
"project": {
Expand Down
3 changes: 1 addition & 2 deletions google-beta/resource_dataproc_cluster_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,8 @@ import (
"github.com/hashicorp/terraform-plugin-sdk/v2/helper/resource"
"github.com/hashicorp/terraform-plugin-sdk/v2/terraform"

"google.golang.org/api/googleapi"

dataproc "google.golang.org/api/dataproc/v1beta2"
"google.golang.org/api/googleapi"
)

func TestDataprocExtractInitTimeout(t *testing.T) {
Expand Down

0 comments on commit 48dd6ec

Please sign in to comment.