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
Security group created
Instance spawned
nginx installed on instance
ELB created
ELB modified to front instance
Actual Behavior
Everything worked except for the ELB, which came up, but does not respond. It appears ha-proxy never started on it which is strange as if I create one manually, it's fine.
Hey @iamfuzz – We don't officially support Eucalyptus; we don't have any acceptance tests running for Eucalyptus directly, so we cannot guarantee Terraform will work with it.
That said, the bug you reported stems from a nil pointer dereference with a property of the load balancer, according to the gist you shared. I've opened #7585 to address this, as it was a simple adjustment on our end for a bit of extra safety.
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.
If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.
ghost
locked and limited conversation to collaborators
Apr 24, 2020
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Terraform Version
0.6.15 - Have also tried with latest development version
Affected Resource(s)
Please list the resources as a list, for example:
Panic Output
https://gist.github.com/iamfuzz/0bb957c743210793595fdaead348275d
Expected Behavior
What should have happened?
Security group created
Instance spawned
nginx installed on instance
ELB created
ELB modified to front instance
Actual Behavior
Everything worked except for the ELB, which came up, but does not respond. It appears ha-proxy never started on it which is strange as if I create one manually, it's fine.
Steps to Reproduce
terraform apply
terraform-files.zip
The text was updated successfully, but these errors were encountered: