hashicorp / terraform

Terraform enables you to safely and predictably create, change, and improve infrastructure. It is a source-available tool that codifies APIs into declarative configuration files that can be shared amongst team members, treated as code, edited, reviewed, and versioned.
https://www.terraform.io/
Other
42.35k stars 9.49k forks source link

Terraform apply crash on deployment #28484

Closed AaronSaikovski closed 3 years ago

AaronSaikovski commented 3 years ago

crash.417636260.log.zip

Terraform Version

Terraform v0.15.0
on darwin_arm64

Terraform Configuration Files

terraform {
  #backend "pg" {}
  required_providers {
    azurerm = {
      source  = "hashicorp/azurerm"
      version = "~> 2.40"
    }
  }
}

provider "azurerm" {
  features {}
}

Debug Output

Crash Output

Expected Behavior

Actual Behavior

Steps to Reproduce

Additional Context

References

AaronSaikovski commented 3 years ago

added crash report

jbardin commented 3 years ago

Duplicate of #28370

github-actions[bot] commented 3 years ago

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.