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
| { | |
| "annotations": { | |
| "list": [ | |
| { | |
| "builtIn": 1, | |
| "datasource": "-- Grafana --", | |
| "enable": true, | |
| "hide": true, | |
| "iconColor": "rgba(0, 211, 255, 1)", | |
| "name": "Annotations & Alerts", |
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
| apiVersion: templates.gatekeeper.sh/v1beta1 | |
| kind: ConstraintTemplate | |
| metadata: | |
| name: gatekeeperforbiddenannotations | |
| spec: | |
| crd: | |
| spec: | |
| names: | |
| kind: GatekeeperForbiddenAnnotations | |
| shortNames: |
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
| 2022-03-10T22:12:20.798-0500 [INFO] Terraform version: 1.1.7 | |
| 2022-03-10T22:12:20.798-0500 [INFO] Go runtime version: go1.17.6 | |
| 2022-03-10T22:12:20.798-0500 [INFO] CLI args: []string{"terraform", "plan", "-refresh=false", "-lock=false"} | |
| 2022-03-10T22:12:20.798-0500 [DEBUG] Attempting to open CLI config file: /Users/sdickhoven/.terraformrc | |
| 2022-03-10T22:12:20.798-0500 [DEBUG] File doesn't exist, but doesn't need to. Ignoring. | |
| 2022-03-10T22:12:20.798-0500 [DEBUG] ignoring non-existing provider search directory terraform.d/plugins | |
| 2022-03-10T22:12:20.798-0500 [DEBUG] ignoring non-existing provider search directory /Users/sdickhoven/.terraform.d/plugins | |
| 2022-03-10T22:12:20.798-0500 [DEBUG] ignoring non-existing provider search directory /Users/sdickhoven/Library/Application Support/io.terraform/plugins | |
| 2022-03-10T22:12:20.798-0500 [DEBUG] ignoring non-existing provider search directory /Library/Application Support/io.terraform/plugins | |
| 2022-03-10T22:12:20.798-0500 [INFO] CLI command args: []string{"plan", "-refr |
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} | |
| ╵ |