You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When changing a description of a cluster's default queue, the cluster will no longer have its assigned default queue.
We have a cluster managed in terraform. The usage can be simplified like:
The description is updated, the state file still contains resource buildkite_cluster_default_queue however, there is no longer a default queue for the cluster
Hit error No default queue is assigned to the cluster whenever doing a terraform plan afterwards.
Expected behavior
Default queue should not be dropped when changing it's description.
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
We've found that there is an issue with the GraphQL API itself that results Default Queue being removed when the Queue is updated until this is fixed we recommend adding the replace_triggered_by lifecycle onto the buildkite_cluster_default_queue resources e.g.,
the PR linked above includes other fixes for Cluster Queues but we've raised it to the Product Team to correct the GraphQL API so the workaround is not required.
Describe the bug
When changing a description of a cluster's default queue, the cluster will no longer have its assigned default queue.
We have a cluster managed in terraform. The usage can be simplified like:
To Reproduce
Steps to reproduce the behavior:
No default queue is assigned to the cluster
whenever doing aterraform plan
afterwards.Expected behavior
Default queue should not be dropped when changing it's description.
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: