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 plan crashes with SIGSEGV #659

Closed
7oas7er opened this issue Sep 14, 2020 · 1 comment
Closed

terraform plan crashes with SIGSEGV #659

7oas7er opened this issue Sep 14, 2020 · 1 comment

Comments

@7oas7er
Copy link

7oas7er commented Sep 14, 2020

Hi there,

After working with terraform cloud and the terraform-provider-dadatog successfully my terraform plan steps suddenly fail with low level errors. I recreated the environment locally to be able to get the whole output as provided in the linked gist.

Terraform Version

7oas7er@Franks-MacBook-Pro datadog % terraform -v
2020/09/14 15:54:33 [WARN] Log levels other than TRACE are currently unreliable, and are supported only for backward compatibility.
Use TF_LOG=TRACE to see Terraform's internal logs.

2020/09/14 15:54:33 [INFO] Terraform version: 0.13.2
2020/09/14 15:54:33 [INFO] Go runtime version: go1.14.7
2020/09/14 15:54:33 [INFO] CLI args: []string{"/usr/local/bin/terraform", "-v"}
2020/09/14 15:54:33 [DEBUG] Attempting to open CLI config file: /Users/7oas7er/.terraformrc
2020/09/14 15:54:33 Loading CLI configuration from /Users/7oas7er/.terraformrc
2020/09/14 15:54:33 [DEBUG] ignoring non-existing provider search directory terraform.d/plugins
2020/09/14 15:54:33 [DEBUG] ignoring non-existing provider search directory /Users/7oas7er/.terraform.d/plugins
2020/09/14 15:54:33 [DEBUG] ignoring non-existing provider search directory /Users/7oas7er/Library/Application Support/io.terraform/plugins
2020/09/14 15:54:33 [DEBUG] ignoring non-existing provider search directory /Library/Application Support/io.terraform/plugins
2020/09/14 15:54:33 [INFO] Checkpoint disabled. Not running.
2020/09/14 15:54:33 [INFO] CLI command args: []string{"version", "-v"}
Terraform v0.13.2

  • provider registry.terraform.io/-/datadog v2.12.1
  • provider registry.terraform.io/terraform-providers/datadog v2.12.1

Affected Resource(s)

Please list the resources as a list, for example:

all kinds of datadog_monitor, datadog_dashboard and yes I believe it is not module specific, but rather a core issue.

Debug Output

https://gist.github.com/7oas7er/93c5c52269b278232f01237b9edea59d

Expected Behavior

Plan step should work as expected.

Actual Behavior

Plan step fails with SIGSEGV error.

Steps to Reproduce

Please list the steps required to reproduce the issue, for example:

  1. terraform plan
@therve
Copy link
Contributor

therve commented Sep 14, 2020

Thanks for your report. This should be fixed by #630 . Sorry for the inconvenience.

@therve therve closed this as completed Sep 14, 2020
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