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
{{ message }}
This repository has been archived by the owner on Nov 14, 2020. It is now read-only.
If the rabbitmq server is not reachable, terraform should retry until a timeout has elapsed.
Actual Behavior
Terraform halts execution when an error is returned from rabbitmq.
Steps to Reproduce
If you attempt to terraform both the rabbitmq server and the queues, etc. in the same project then the creation of rabbitmq resources will fail until rabbitmq server is up. This is particularly difficult when dealing with things like DNS resolution.
The text was updated successfully, but these errors were encountered:
I actully get this same issue but its not from the server not being up as much as the vhost isnt up and you need to set permissions and add a user. So the backend fails with a 400.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Terraform Version
Terraform v0.11.7
Affected Resource(s)
Please list the resources as a list, for example:
Expected Behavior
If the rabbitmq server is not reachable, terraform should retry until a timeout has elapsed.
Actual Behavior
Terraform halts execution when an error is returned from rabbitmq.
Steps to Reproduce
If you attempt to terraform both the rabbitmq server and the queues, etc. in the same project then the creation of rabbitmq resources will fail until rabbitmq server is up. This is particularly difficult when dealing with things like DNS resolution.
The text was updated successfully, but these errors were encountered: