Skip to content

Commit 57cbae3

Browse files
cloudtasks: fixed perma-diff on http_target.uri_override.query_override in google_cloud_tasks_queue (#16315) (#26172)
[upstream:42a1ce4b05a98639c17e556b48ff070046e7fcaa] Signed-off-by: Modular Magician <magic-modules@google.com>
1 parent 945640e commit 57cbae3

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.changelog/16315.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
```release-note:bug
2+
cloudrun: fixed perma-diff on `http_target.uri_override.query_override` in `google_cloud_tasks_queue`
3+
```

google/services/cloudtasks/resource_cloud_tasks_queue.go

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -335,8 +335,9 @@ Note that the port value must be a positive integer.
335335
Setting the port to 0 (Zero) clears the URI port.`,
336336
},
337337
"query_override": {
338-
Type: schema.TypeList,
339-
Optional: true,
338+
Type: schema.TypeList,
339+
Optional: true,
340+
DiffSuppressFunc: tpgresource.EmptyOrUnsetBlockDiffSuppress,
340341
Description: `URI query.
341342
342343
When specified, replaces the query part of the task URI. Setting the query value to an empty string clears the URI query segment.`,

0 commit comments

Comments
 (0)