Skip to content
Start here

URL Normalization

resource cloudflare_url_normalization_settings

required Expand Collapse
zone_id: String

The unique ID of the zone.

scope: String

The scope of the URL normalization.

type: String

The type of URL normalization performed by Cloudflare.

computed Expand Collapse
id: String

The unique ID of the zone.

cloudflare_url_normalization_settings

resource "cloudflare_url_normalization_settings" "example_url_normalization_settings" {
  zone_id = "9f1839b6152d298aca64c4e906b6d074"
  scope = "incoming"
  type = "cloudflare"
}

data cloudflare_url_normalization_settings

required Expand Collapse
zone_id: String

The unique ID of the zone.

computed Expand Collapse
id: String

The unique ID of the zone.

scope: String

The scope of the URL normalization.

type: String

The type of URL normalization performed by Cloudflare.

cloudflare_url_normalization_settings

data "cloudflare_url_normalization_settings" "example_url_normalization_settings" {
  zone_id = "9f1839b6152d298aca64c4e906b6d074"
}