We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Given a parent device group P with the property
"environment": "my_environment"
and a child device group C that inherits the environment property,
I would expect to be able to do the following:
data "logicmonitor_device_group" "some_name" { filters { custom_property_name = "environment" custom_property_value = "some_environment" operator = ":" } }
but this only works if the properties are also specifically applied to C rather than inherited.
The text was updated successfully, but these errors were encountered:
@clarkm5 thank you for the input, i can put in a fix for this soon
Sorry, something went wrong.
No branches or pull requests
Given a parent device group P with the property
"environment": "my_environment"
and a child device group C that inherits the environment property,
I would expect to be able to do the following:
data "logicmonitor_device_group" "some_name" {
filters {
custom_property_name = "environment"
custom_property_value = "some_environment"
operator = ":"
}
}
but this only works if the properties are also specifically applied to C rather than inherited.
The text was updated successfully, but these errors were encountered: