Results 3 comments of Tamas Mezei

I'm facing the same issue. Using: - Provider: `registry.terraform.io/cloudflare/cloudflare` - Version = `5.3.0` - Terraform version: `1.11.4` The Terraform script: ```terraform resource "cloudflare_pages_project" "website" { account_id = var.cloudflare_account_id name =...

By using the `registry.terraform.io/cloudflare/cloudflare` version [`5.4.0`](https://github.com/cloudflare/terraform-provider-cloudflare/releases/tag/v5.4.0) the problem is gone. It works as intended.

I tried it with 4.32.0 on MacOS and get the same issue, the port forwarding does not work.