Created
April 14, 2025 11:25
-
-
Save sdickhoven/8abf4e017a8b7ea38c9965ca0b95f7d0 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ╷ | |
| │ Error: failed to make http request | |
| │ | |
| │ with cloudflare_dns_record.adh8_com__staging["henry.ns.cloudflare.com"], | |
| │ on adh8_com.tf line 71, in resource "cloudflare_dns_record" "adh8_com__staging": | |
| │ 71: resource "cloudflare_dns_record" "adh8_com__staging" { | |
| │ | |
| │ GET "https://api.cloudflare.com/client/v4/zones/8230d47069b82832c243539ee6b386cb/dns_records/ad1f1533dfba2a568729f92ce9ee4f5a": 429 Too Many | |
| │ Requests {"success":false,"errors":[{"code":971,"message":"Please wait and consider throttling your request speed"}],"messages":[],"result":null} | |
| ╵ | |
| ╷ | |
| │ Error: failed to make http request | |
| │ | |
| │ with cloudflare_dns_record.adh8_com__staging["jean.ns.cloudflare.com"], | |
| │ on adh8_com.tf line 71, in resource "cloudflare_dns_record" "adh8_com__staging": | |
| │ 71: resource "cloudflare_dns_record" "adh8_com__staging" { | |
| │ | |
| │ GET "https://api.cloudflare.com/client/v4/zones/8230d47069b82832c243539ee6b386cb/dns_records/5f2344c2ca94586d62f29eef8ffff1d2": 429 Too Many | |
| │ Requests {"success":false,"errors":[{"code":971,"message":"Please wait and consider throttling your request speed"}],"messages":[],"result":null} | |
| ╵ | |
| ╷ | |
| │ Error: failed to make http request | |
| │ | |
| │ with cloudflare_dns_record.adh8_com__dmarc, | |
| │ on adh8_com.tf line 83, in resource "cloudflare_dns_record" "adh8_com__dmarc": | |
| │ 83: resource "cloudflare_dns_record" "adh8_com__dmarc" { | |
| │ | |
| │ GET "https://api.cloudflare.com/client/v4/zones/8230d47069b82832c243539ee6b386cb/dns_records/6ed3bc9956898ba43e96d5a470a797b1": 429 Too Many | |
| │ Requests {"success":false,"errors":[{"code":971,"message":"Please wait and consider throttling your request speed"}],"messages":[],"result":null} | |
| ╵ | |
| ...and 5000+ more. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment