-
Notifications
You must be signed in to change notification settings - Fork 248
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Immutable newrelic_entity_tags are not filtered anymore #1422
Labels
Comments
This issue has been automatically marked as stale because it has not had any recent activity. It will be closed if no further activity occurs. |
This issue has been automatically closed due to a lack of activity for an extended period of time. |
This issue is still occuring in v2.25 |
Thanks for report @joshuaakelly and @b-viguier We'll take a look. |
Thanks! 🙇 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello 👋 😃
Since
2.24.1
, immutable newrelic_entity_tags are not filtered, it means that immutable tags likemonitorStatus
ormonitorType
are listed for deletion by the provider (fortunately, it's not possible to delete them).It has already been reported in #766 and fixed in newrelic/newrelic-client-go#462 : the
ListTags
function calls a new functionfilterMutable
.But recently,
ListTags
has been deprecated and replaced byGetTagsForEntity
(see https://github.com/newrelic/terraform-provider-newrelic/pull/1347/files#diff-e2ac9cf2bc502dba7eddd8043ab326231737f12dc963bdbc5f24b170b8b4b561 ). This function doesn't callfilterMutable
, then built-in NewRelic tags are listed for modification 😕Thanks for your work 🙇♂️
The text was updated successfully, but these errors were encountered: