Skip to content
New issue

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

Terraform crash when creating ELB in Eucalyptus #7555

Closed
iamfuzz opened this issue Jul 8, 2016 · 2 comments · Fixed by #7585
Closed

Terraform crash when creating ELB in Eucalyptus #7555

iamfuzz opened this issue Jul 8, 2016 · 2 comments · Fixed by #7585
Labels

Comments

@iamfuzz
Copy link

iamfuzz commented Jul 8, 2016

Terraform Version

0.6.15 - Have also tried with latest development version

Affected Resource(s)

Please list the resources as a list, for example:

  • aws_instance
  • aws_security_group
  • aws_elb

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

  1. Modify region list to include "eucalyptus"
  2. Build and install terraform
  3. terraform apply

terraform-files.zip

@catsby
Copy link
Contributor

catsby commented Jul 11, 2016

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.

@ghost
Copy link

ghost commented Apr 24, 2020

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 ghost locked and limited conversation to collaborators Apr 24, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants