newrelic / terraform-provider-newrelic

Terraform provider for New Relic
https://registry.terraform.io/providers/newrelic/newrelic/latest/docs
Mozilla Public License 2.0
200 stars 244 forks source link

feat: add support for tags to the `newrelic_entity` data source #2682

Closed abasha1234 closed 1 month ago

abasha1234 commented 1 month ago

data_source_newrelic_entity

Fixes # issue-2666

In the GitHub issue linked above, it has been reported as feedback from a customer that the newrelic_entity data source in the New Relic Terraform Provider currently does not return the tags of the entity fetched. This PR will add support for tags to the data_source_newrelic_entity

pranav-new-relic commented 1 month ago

All other failures in integration tests seem to be expected because of latency, except

and these aren't working because the entity they're using in the referenced account no longer exists. I've just replenished the entity, and both of these tests shouldn't be failing from the next run.

pranav-new-relic commented 1 month ago

Replenished the dead entity again; rerunning integration tests