This file contains 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 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 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", |