Hey guys, while using datadog provider in terraform, should I pass api_key or key_id, for both getting Invalid Credentials.
Try passing the api_key and app_key.
api_key = var.datadog_api_key
app_key = var.datadog_app_key
}```
or export those as DD_API_KEY and DD_APP_KEY.
^ also if you’re on a different region you’ll need to also add api_url
api_url = "[https://api.us5.datadoghq.com/](https://api.us5.datadoghq.com/)"