Skip to content

Commit

Permalink
Use lineage instead of api_name for property conflicts (#3885) (#…
Browse files Browse the repository at this point in the history
…7063)

Signed-off-by: Modular Magician <[email protected]>
  • Loading branch information
modular-magician authored Aug 19, 2020
1 parent 4ed2414 commit b61d742
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .changelog/3885.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:bug
compute: fixed an issue where `google_compute_url_map` `path_matcher.default_route_action` would conflict with `default_url_redirect`
```
2 changes: 0 additions & 2 deletions google/resource_compute_url_map.go
Original file line number Diff line number Diff line change
Expand Up @@ -1122,7 +1122,6 @@ The value must be between 0 and 1000`,
},
},
},
ConflictsWith: []string{"default_url_redirect"},
},
"default_service": {
Type: schema.TypeString,
Expand Down Expand Up @@ -1200,7 +1199,6 @@ the request method will be retained. Possible values: ["FOUND", "MOVED_PERMANENT
},
},
},
ConflictsWith: []string{"default_route_action"},
},
"description": {
Type: schema.TypeString,
Expand Down

0 comments on commit b61d742

Please sign in to comment.