Skip to content

Commit bc70938

Browse files
remove path_matchers conflicts (#3722) (#2247)
Signed-off-by: Modular Magician <[email protected]>
1 parent 1c8b753 commit bc70938

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.changelog/3722.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
```release-note:bug
2+
compute: fixed an issue in `compute_url_map` where `path_matcher` sub-fields would conflict with `default_service`
3+
```

google-beta/resource_compute_url_map.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1124,7 +1124,6 @@ The value must be between 0 and 1000`,
11241124
Optional: true,
11251125
DiffSuppressFunc: compareSelfLinkOrResourceName,
11261126
Description: `The backend service or backend bucket to use when none of the given paths match.`,
1127-
ConflictsWith: []string{"default_url_redirect"},
11281127
},
11291128
"default_url_redirect": {
11301129
Type: schema.TypeList,
@@ -1191,7 +1190,7 @@ the request method will be retained. Possible values: ["FOUND", "MOVED_PERMANENT
11911190
},
11921191
},
11931192
},
1194-
ConflictsWith: []string{"default_service", "default_route_action"},
1193+
ConflictsWith: []string{"default_route_action"},
11951194
},
11961195
"description": {
11971196
Type: schema.TypeString,

0 commit comments

Comments
 (0)