Skip to content

Commit 42a7e07

Browse files
committed
update zone level resource to use appropriate dataset
1 parent f228a54 commit 42a7e07

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

integration/v4_to_v5/testdata/logpush_job/expected/logpush_job.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ resource "cloudflare_logpush_job" "empty_kind" {
7979
# Full featured job with all transformations
8080
resource "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

integration/v4_to_v5/testdata/logpush_job/expected/terraform.tfstate

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@
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",

integration/v4_to_v5/testdata/logpush_job/input/logpush_job.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ resource "cloudflare_logpush_job" "empty_kind" {
6868
# Full featured job with all transformations
6969
resource "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

integration/v4_to_v5/testdata/logpush_job/input/terraform.tfstate

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@
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",

0 commit comments

Comments
 (0)