I am getting two errors about authentication
│ Error: error creating Access Identity Provider for ID "": HTTP status 403: Authentication error (10000)
│
│ with cloudflare_access_identity_provider.github_oauth,
│ on main.tf line 131, in resource "cloudflare_access_identity_provider" "github_oauth":
│ 131: resource "cloudflare_access_identity_provider" "github_oauth" {
│
╵
╷
│ Error: failed to create Argo Tunnel: HTTP status 403: Authentication error (10000)
│
│ with cloudflare_argo_tunnel.argo_tunnel,
│ on main.tf line 146, in resource "cloudflare_argo_tunnel" "argo_tunnel":
│ 146: resource "cloudflare_argo_tunnel" "argo_tunnel" {
I used outputs to display the zone_id and account_id and they match the Cloudflare dashboard for the domain.
Not sure how to debug this, aside from these errors the rest of the main.tf is working…