-
Notifications
You must be signed in to change notification settings - Fork 9.7k
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
Panic/crash when running 'terraform init' #21653
Comments
Update: removing the following fixes the crash: module "hello" {
source = "./hello"
} So something about calling |
For context, I'm hitting this as part of upgrading Terragrunt to work with Terraform 0.12. Terragrunt uses |
Try with Terraform 0.12.1? |
Same crash with 0.12.1. |
Hi @brikis98! When I try to replicate this, I get an error that is the same both with and without the
|
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. |
Terraform Version
Terraform Configuration Files
In a folder called
hello-world
, I have amain.tf
with the contents:The module code being downloaded in
source
is this: https://github.com/gruntwork-io/terragrunt/tree/v0.9.9/test/fixture-download/hello-worldExpected Behavior
I can run
terraform init -from-module=../hello-world .
without errors.Actual Behavior
Terraform panics and crashes:
Steps to Reproduce
The text was updated successfully, but these errors were encountered: