Skip to content

Commit

Permalink
Update http_target uri (GoogleCloudPlatform#7401)
Browse files Browse the repository at this point in the history
  • Loading branch information
makrandbhonde authored and dannawang0221 committed Mar 24, 2023
1 parent 9b0be98 commit 68a452a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ resource "google_cloud_scheduler_job" "job" {

http_target {
http_method = "POST"
uri = "https://example.com/ping"
uri = "https://example.com/"
body = base64encode("{\"foo\":\"bar\"}")
}
}

0 comments on commit 68a452a

Please sign in to comment.