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

TERRAFORM CRASH #21

Closed
hashibot opened this issue Oct 8, 2017 · 1 comment
Closed

TERRAFORM CRASH #21

hashibot opened this issue Oct 8, 2017 · 1 comment

Comments

@hashibot
Copy link

hashibot commented Oct 8, 2017

This issue was originally opened by @lvnilesh as hashicorp/terraform#16287. It was migrated here as a result of the provider split. The original body of the issue is below.


Terraform Version

Run terraform -v to show the version. If you are not running the latest version of Terraform, please try upgrading because your issue may have already been fixed.

Terraform v0.10.7

Crash Output

If the console output indicates that Terraform crashed, please share a link to a GitHub Gist containing the output of the crash.log file.

https://gist.github.com/lvnilesh/3ea22d995c0e30417b3c5a913b76719d

How to reproduce the crash?

The crash can be reproduced by setting empty string for name_filter and run terraform plan

data "scaleway_bootscript" "latest" {
  architecture = "x86_64"
  name_filter  = ""
}
@nicolai86
Copy link
Contributor

I can reproduce the crash. Thanks for the log, @hashibot

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants