DataDog / terraform-provider-datadog

Terraform Datadog provider
https://www.terraform.io/docs/providers/datadog/
Mozilla Public License 2.0
399 stars 375 forks source link

[datadog_powerpack] add support for datadog_powerpack data source #2458

Closed bharling closed 2 months ago

bharling commented 3 months ago

Just based off the dashboard data source, with basic matching on Datadog Powerpack resources by name.

drichards-87 commented 3 months ago

@bharling Thanks for submitting this PR. I'll let the API Clients team handle the tech review. For the review of the .md content, I've created a Jira card for the Docs Team. We'll get someone assigned to the ticket this week.

nkzou commented 3 months ago

Hi, we aren't allowing new SDKv2 resources in our terraform provider anymore. If you could convert this to a terraform-plugin-framework resource that would be great, otherwise we'll try to get to this soon.

bharling commented 3 months ago

Hi, we aren't allowing new SDKv2 resources in our terraform provider anymore. If you could convert this to a terraform-plugin-framework resource that would be great, otherwise we'll try to get to this soon.

Got it, no worries I'll refactor and update this PR

bharling commented 2 months ago

@nkzou - I've refactored this to use the Framework provider instead of legacy - tests appear to be passing now and docs are updated, would you be able to take a look?