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
opensearch_monitor reports changes in query_level_trigger.id and query_level_trigger.actions.*.id after creation
create resource opensearch_monitor with triggers and actions definition as below; "terraform apply" to create the resource; "terraform plan" will show a change ... triggers = [ { query_level_trigger = { actions = [ { ... } ] } } ] ...
... triggers = [ { query_level_trigger = { actions = [ { ... } ] } } ] ...
no changes should be reported after opensearch_monitor creation.
MacOS Monterey, 12.2.1
The text was updated successfully, but these errors were encountered:
+1 I am seeing similar behavior using version 2.0.0 of the provider with Opensearch 2.9 cluster
2.0.0
Sorry, something went wrong.
There's a PR to fix this - #50
No branches or pull requests
What is the bug?
opensearch_monitor reports changes in query_level_trigger.id and query_level_trigger.actions.*.id after creation
How can one reproduce the bug?
create resource opensearch_monitor with triggers and actions definition as below; "terraform apply" to create the resource; "terraform plan" will show a change
... triggers = [ { query_level_trigger = { actions = [ { ... } ] } } ] ...
What is the expected behavior?
no changes should be reported after opensearch_monitor creation.
What is your host/environment?
MacOS Monterey, 12.2.1
Do you have any screenshots?
The text was updated successfully, but these errors were encountered: