Skip to content

Commit 2f95bf2

Browse files
Update http_target uri (#7401) (#14056)
Signed-off-by: Modular Magician <[email protected]>
1 parent 8a51b89 commit 2f95bf2

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

.changelog/7401.txt

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
```release-note:bug
2+
cloudscheduler: updated http_target uri of scheduler_job_http_tf
3+
```

google/resource_cloud_scheduler_job_generated_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ resource "google_cloud_scheduler_job" "job" {
108108
109109
http_target {
110110
http_method = "POST"
111-
uri = "https://example.com/ping"
111+
uri = "https://example.com/"
112112
body = base64encode("{\"foo\":\"bar\"}")
113113
}
114114
}

website/docs/r/cloud_scheduler_job.html.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ resource "google_cloud_scheduler_job" "job" {
7777
7878
http_target {
7979
http_method = "POST"
80-
uri = "https://example.com/ping"
80+
uri = "https://example.com/"
8181
body = base64encode("{\"foo\":\"bar\"}")
8282
}
8383
}

0 commit comments

Comments
 (0)