Jacob Bednarz
Jacob Bednarz
Do you have a support ticket number I can link this with? In the meantime, your account team can delete these zones.
side note: instead of manually building the tunnel CNAME, there is an [exposed attribute](https://registry.terraform.io/providers/cloudflare/cloudflare/latest/docs/resources/argo_tunnel#cname) you can use . ```diff resource "cloudflare_record" "ssh_dns" { zone_id = var.cloudflare_domain_id name = "${var.cloudflare_subdomain}" +...
the upstream library that Terraform uses to make the API calls - cloudflare-go.
can you please provide the TF_LOG=DEBUG output as requested in the issue template?
i've tried replicating this to no avail. i'm afraid this looks like a bug in your module code as the following repro works as expected (KV `value` is updated) initial...
this is an entitlement restriction and not something controlled in the provider. I'd recommend getting in touch with your account team to check the entitlement or make sure you are...
you can compare the HTTP requests made by the provider to work out what differences are present. past experience would suggest missing the correct account ID on the request where...
@code2exe are you able to provide the untruncated `TF_LOG=DEBUG` output please? I suspect this is because you have email/key _and_ `api_user_service_key` in use and the authentication mechanism is getting confused...
re: `TF_LOG=DEBUG` output, i need the untruncated version. unfortunately there isn't enough context in that to show what the issue is and what HTTP requests are happening. feel free to...
closing this one out since there have been multiple improvements in how the authentication works and is handled internally by the provider. most recently, v3.24.0 and v3.25.0 split it so...