Terraform to automate alert and dashboard creation
export NEW_RELIC_API_KEY="YOUR_API_KEY"
export NEW_RELIC_ACCOUNT_ID="YOUR_ACCOUNT_ID"
export NEW_RELIC_REGION="YOUR REGION"
export TF_VAR_accountid="YOUR_ACCOUNT_ID"
terraform plan
terraform apply
terraform destroy