Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Key with missing value in provider block causes Panic #21518

Closed
Waterdrips opened this issue May 30, 2019 · 1 comment · Fixed by #21825
Closed

Key with missing value in provider block causes Panic #21518

Waterdrips opened this issue May 30, 2019 · 1 comment · Fixed by #21825

Comments

@Waterdrips
Copy link

Terraform Version

Terraform v0.12.0

Terraform Configuration Files

provider "aws" {
  region = var.aws_region
  version = 
}

Debug Output

Crash Output

https://gist.github.com/Waterdrips/31e3289ee717383b1ac0fc8cf8eac41d

Expected Behavior

Error message from TF telling me that theres a missing value

Actual Behavior

Crash

Steps to Reproduce

any of init/plan/apply with the above provider

Additional Context

Couldn't find an existing issue for this - if there is one then sorry!

References

@ghost
Copy link

ghost commented Jul 25, 2019

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 Jul 25, 2019
# for free to subscribe to this conversation on GitHub. Already have an account? #.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants