diff --git a/.changelog/3885.txt b/.changelog/3885.txt new file mode 100644 index 00000000000..b2456dedc56 --- /dev/null +++ b/.changelog/3885.txt @@ -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` +``` diff --git a/google/resource_compute_url_map.go b/google/resource_compute_url_map.go index e082a54cc0e..835bb9d3021 100644 --- a/google/resource_compute_url_map.go +++ b/google/resource_compute_url_map.go @@ -1122,7 +1122,6 @@ The value must be between 0 and 1000`, }, }, }, - ConflictsWith: []string{"default_url_redirect"}, }, "default_service": { Type: schema.TypeString, @@ -1200,7 +1199,6 @@ the request method will be retained. Possible values: ["FOUND", "MOVED_PERMANENT }, }, }, - ConflictsWith: []string{"default_route_action"}, }, "description": { Type: schema.TypeString,