-
Notifications
You must be signed in to change notification settings - Fork 9.6k
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
Crash report #18917
Comments
I think I've narrowed it down a bit. We have an AMI that failed to build ( Here's the relevant hcl: data "aws_ami" "soe" {
owners = ["self"]
most_recent = true
filter {
name = "name"
values = ["centos-7-x86_64-*"]
}
filter {
name = "virtualization-type"
values = ["hvm"]
}
} |
This issue has been automatically migrated to hashicorp/terraform-provider-aws#5963 because it looks like an issue with that provider. If you believe this is not an issue with the provider, please reply to hashicorp/terraform-provider-aws#5963. |
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
(Also reproduced in v0.11.7, but the crash and trace logs provided below are from v0.11.8).
Terraform Configuration Files
Debug Output
https://gist.github.com/bennettp123/c2760fc5e0ff230431fcc08b96e97900#file-trace-log-enc
Crash Output
https://gist.github.com/bennettp123/7645f4c4a9f2b7c84b777e969f454297#file-crash-log-enc
Expected Behavior
Does not crash.
Actual Behavior
Crashes with crash.log and trace output attached
Steps to Reproduce
terraform init
terraform apply -out=.tfplan
Additional Context
References
The text was updated successfully, but these errors were encountered: