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

0.4.2 crash when following the Getting Started Guide. #1593

Closed
ringods opened this issue Apr 19, 2015 · 3 comments
Closed

0.4.2 crash when following the Getting Started Guide. #1593

ringods opened this issue Apr 19, 2015 · 3 comments

Comments

@ringods
Copy link
Contributor

ringods commented Apr 19, 2015

To introduce myself to Terraform, I'm following the Getting Started Guide. I ended up on adding the Elastic IP to the single machine setup:

https://terraform.io/intro/getting-started/dependencies.html

But when running terraform apply, I get this crash.log:

https://gist.github.com/ringods/233980ac33a4b5d851bb

Here is my .tf file so far:

provider "aws" {
    access_key = "MY_KEY"
    secret_key = "MY_SECRET"
    region = "us-east-1"
}

resource "aws_instance" "example" {
    ami = "ami-aa7ab6c2"
    instance_type = "t1.micro"
}

resource "aws_eip" "ip" {
    instance = "${aws_instance.example.id}"
}

Terraform 0.4.2 installed via Mac Homebrew on 10.10.3.

@mitchellh
Copy link
Contributor

Ah, this will be fixed in the next version by #1555

@mitchellh
Copy link
Contributor

Sorry!

@ghost
Copy link

ghost commented May 3, 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 3, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants