File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
integration/v4_to_v5/testdata/logpush_job Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ resource "cloudflare_logpush_job" "empty_kind" {
7979# Full featured job with all transformations
8080resource "cloudflare_logpush_job" "full" {
8181 zone_id = var. cloudflare_zone_id
82- dataset = " audit_logs "
82+ dataset = " http_requests "
8383 destination_conf = " https://logpush-receiver.sd.cfplat.com"
8484 kind = " edge"
8585 enabled = true
Original file line number Diff line number Diff line change 148148 "attributes" : {
149149 "id" : " 7" ,
150150 "zone_id" : " 0da42c8d2132a9ddaf714f9e7c920711" ,
151- "dataset" : " audit_logs " ,
151+ "dataset" : " http_requests " ,
152152 "destination_conf" : " https://logpush-receiver.sd.cfplat.com" ,
153153 "enabled" : true ,
154154 "kind" : " edge" ,
Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ resource "cloudflare_logpush_job" "empty_kind" {
6868# Full featured job with all transformations
6969resource "cloudflare_logpush_job" "full" {
7070 zone_id = var. cloudflare_zone_id
71- dataset = " audit_logs "
71+ dataset = " http_requests "
7272 destination_conf = " https://logpush-receiver.sd.cfplat.com"
7373 kind = " edge"
7474 enabled = true
Original file line number Diff line number Diff line change 148148 "attributes" : {
149149 "id" : " 7" ,
150150 "zone_id" : " 0da42c8d2132a9ddaf714f9e7c920711" ,
151- "dataset" : " audit_logs " ,
151+ "dataset" : " http_requests " ,
152152 "destination_conf" : " https://logpush-receiver.sd.cfplat.com" ,
153153 "enabled" : true ,
154154 "kind" : " edge" ,
You can’t perform that action at this time.
0 commit comments