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

Invalid syntax leads to a crash #7025

Closed
ApsOps opened this issue Jun 6, 2016 · 2 comments
Closed

Invalid syntax leads to a crash #7025

ApsOps opened this issue Jun 6, 2016 · 2 comments

Comments

@ApsOps
Copy link

ApsOps commented Jun 6, 2016

Missed var. when referencing a variable causes crash.

Terraform Version

Terraform version: 0.6.16 6e586c8

Affected Resource(s)

Please list the resources as a list, for example:

  • aws_instance

Terraform Configuration Files

resource "aws_instance" "temp" {
  ami = "ami-408c7f28"
  instance_type = "t2.micro"
  associate_public_ip_address = "${associate_public_ip}"
}

Panic Output

https://gist.github.com/ApsOps/cd88a44acf00ef8903b241650136d235

Expected Behavior

It should just throw an error saying Invalid syntax, probably suggest what format it should be in.

Actual Behavior

It said unexpected EOF and crashed.

Steps to Reproduce

  1. terraform plan
@catsby
Copy link
Contributor

catsby commented Jul 12, 2016

Hey @ApsOps thanks for the report!
We have an identical report in #5338 so I'm going to close this one. Please follow along there if you want to stay up on any progress there

@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.
Projects
None yet
Development

No branches or pull requests

3 participants