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

crash while running "plan" #737

Closed
jbayer opened this issue Jan 4, 2015 · 5 comments
Closed

crash while running "plan" #737

jbayer opened this issue Jan 4, 2015 · 5 comments
Labels
core crash waiting-response An issue/pull request is waiting for a response from the community

Comments

@jbayer
Copy link
Member

jbayer commented Jan 4, 2015

while running terraform plan on a simple .tf file there was a panic.

the crash contents are here: https://gist.github.com/jbayer/fa846d7775943a8395a8

@frodenas
Copy link
Contributor

frodenas commented Jan 4, 2015

I've been debugging this with @jbayer. Seems this is related to #624.

@mitchellh
Copy link
Contributor

Can you share a configuration that will reproduce this?

@mitchellh mitchellh added the waiting-response An issue/pull request is waiting for a response from the community label Jan 11, 2015
@jbayer
Copy link
Member Author

jbayer commented Jan 11, 2015

this one had reproduced it before...but @frodenas i believe made some changes. when we changed
num_cells = 3 to num_cells = "3" i believe that's when it started working.

module "lattice" {
    source = "github.com/cf-platform-eng/lattice-terraform/aws"

    # AWS access key
    aws_access_key = "MYACCESSKEY"

    # AWS secret key
    aws_secret_key = "MYSECRETKEY"

    # The SSH key name to use for the instances
    aws_key_name = "lattice-key"

    # Path to the SSH private key file
    aws_ssh_private_key_file = "/Users/jamesbayer/.ssh/lattice-key.pem"

    # The number of Lattice Cells to launch
    num_cells = 3
}

@jbayer
Copy link
Member Author

jbayer commented Jan 11, 2015

confirmed that terraform 0.3.6 addresses the issue and it no longer crashes with an integer. closing.

@jbayer jbayer closed this as completed Jan 11, 2015
@ghost
Copy link

ghost commented May 4, 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 May 4, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
core crash waiting-response An issue/pull request is waiting for a response from the community
Projects
None yet
Development

No branches or pull requests

3 participants