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

Syntax error in ~/.terraformrc causes Terraform to abort silently. #288

Closed
russroy opened this issue Sep 11, 2014 · 2 comments
Closed

Syntax error in ~/.terraformrc causes Terraform to abort silently. #288

russroy opened this issue Sep 11, 2014 · 2 comments

Comments

@russroy
Copy link

russroy commented Sep 11, 2014

I made a syntax error in the init file ~/.terraformrc (unquoted string on lhs) and it caused terraform to abort silently.

rroy:bin rroy$ cat ~/.terraformrc
providers {
    netdot = /usr/local/terraform/terraform-provider-netdot
}
rroy:bin rroy$ 

Should be...

    netdot = "..."
@pearkes pearkes added the bug label Sep 11, 2014
@pearkes
Copy link
Contributor

pearkes commented Sep 11, 2014

This is a bug, thanks.

@mitchellh
Copy link
Contributor

Fixed

@ghost ghost locked and limited conversation to collaborators May 5, 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