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
The current configuration of the management server happens via the provider block.
Because of technical limitations of Terraform, the providers can only ever be static.
This is not usable for our use-case, where we have lots of dynamic rabbitmq servers via cloudamqp.
Would it be possible to create a configuration method, which would allow us to target multiple/different Management APIs in the same terraform runtime?
Something like this would work for us:
The current configuration of the management server happens via the provider block.
Because of technical limitations of Terraform, the providers can only ever be static.
This is not usable for our use-case, where we have lots of dynamic rabbitmq servers via cloudamqp.
Would it be possible to create a configuration method, which would allow us to target multiple/different Management APIs in the same terraform runtime?
Something like this would work for us:
The text was updated successfully, but these errors were encountered: