Closed mpalu closed 3 years ago
Just noticed that I was getting the error because copied and pasted from the documentation page which has a mistyped resource name for Datadog example, so Terraform was trying to download the provider implicity:
resource "cloudamqo_integration_metric" "datadog" {
instance_id = cloudamqp_instance.instance.id
name = "datadog"
api_key = var.datadog_api_key
region = var.datadog_region
}
I'm getting the following error when trying to initialize my project and download the provider:
I think it might be a mistyped name of the provider in the Terraform Registry due to
cloudamqo
output.