Closed yashbhutwala closed 3 years ago
Resolved as the name has to be datadog_v2
resource "cloudamqp_integration_metric" "datadog_v2" {
instance_id = cloudamqp_instance.instance.id
name = "datadog_v2"
api_key = var.datadog_api_key
region = var.datadog_region
tags = var.datadog_tags
}
Cross-posting from https://github.com/terraform-providers/terraform-provider-cloudamqp/issues/4, since this repo seems to be more up to date and I am unaware of the maintenance status between the two repos.