Skip to content
Start here

Ownership

resource cloudflare_logpush_ownership_challenge

required Expand Collapse
destination_conf: String

Uniquely identifies a resource (such as an s3 bucket) where data. will be pushed. Additional configuration parameters supported by the destination may be included.

optional Expand Collapse
account_id?: String

The Account ID to use for this endpoint. Mutually exclusive with the Zone ID.

zone_id?: String

The Zone ID to use for this endpoint. Mutually exclusive with the Account ID.

computed Expand Collapse
filename: String
message: String
valid: Bool

cloudflare_logpush_ownership_challenge

resource "cloudflare_logpush_ownership_challenge" "example_logpush_ownership_challenge" {
  destination_conf = "s3://mybucket/logs?region=us-west-2"
  zone_id = "zone_id"
}