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 Crash #27680

Closed
dmitrytokarev opened this issue Feb 3, 2021 · 2 comments
Closed

Terraform Plan Crash #27680

dmitrytokarev opened this issue Feb 3, 2021 · 2 comments

Comments

@dmitrytokarev
Copy link
Contributor

dmitrytokarev commented Feb 3, 2021

Terraform Version

Terraform v0.14.5
+ provider registry.terraform.io/hashicorp/azurerm v2.45.1
+ provider registry.terraform.io/hashicorp/random v3.0.1

Terraform Configuration Files

terraform {
  required_version = "=0.14.5"
  required_providers {
    azurerm = {
      source = "hashicorp/azurerm"
      version = "=2.45.1"
    }
    random = {
      version = "=3.0.1"
    }
  }
  backend "azurerm" {
    key = "mydir/infra.tfstate"
  }
}```

### Debug Output
https://gist.github.com/dmitrytokarev/a3a1fd71e2a90d2730a92921a9ca87e8

### Crash Output
https://gist.github.com/dmitrytokarev/fc44d695199f001d6da6e55e9f56af3b

### Expected Behavior
clean terraform plan output with nothing to change only to modify outputs.

### Actual Behavior
Executed: terraform plan
terraform hanged
executed: CTRL+C
terraform crashed

### Steps to Reproduce
1. `terraform plan` >> nothing to change
2.  added new output
3. `terraform plan -var-file=../env.tfvars -var-file=../auth.tfvars -var-file=custom.tfvars -out tf.plan`
4. terraform didn't return for about a minute or 2.
5. CTRL + C

### Additional Context
none

### References
none
@dmitrytokarev dmitrytokarev added bug new new issue not yet triaged labels Feb 3, 2021
@dmitrytokarev dmitrytokarev changed the title Terraform Crash Terraform Plan Crash Feb 3, 2021
@jbardin jbardin added provider/random and removed new new issue not yet triaged labels Feb 4, 2021
@ghost ghost closed this as completed Feb 4, 2021
@ghost
Copy link

ghost commented Feb 4, 2021

This issue has been automatically migrated to hashicorp/terraform-provider-random#142 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-random#142.

@ghost
Copy link

ghost commented Mar 7, 2021

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 as resolved and limited conversation to collaborators Mar 7, 2021
This issue was closed.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants