Loading...
Loading...
### Terraform Version ```shell 1.9.0 - 1.9.5 (Linux AMD64) ``` ### Terraform Configuration Files terraform { required_providers { azurerm = { source = "hashicorp/azurerm" version = "~> 3.116.0" } random = { source = "hashicorp/random" version = "3.3.1" } } backend "azurerm" {} } provider "azurerm" { subscription_id = var.subscription_id features {} } resource "azurerm_resource_group" "test" { name = "TEST-RG" location = "North Europe" } provider "random" {} ### Debug Output [ERROR] provider: error encountered while scanning stdout: error="read |0: file already closed ### Expected Behavior Normal deployment ### Actual Behavior This Error does not occur on every deployment but in about 30% of all cases. Does not occur with terraform 1.8.5 ### Steps to Reproduce 1.terraform init 2. terraform plan 3. terraform apply ### Additional Context _No response_ ### References A simliar Issue; https://github.com/hashicorp/go-plugin/issues/116
Click on a version to see all relevant bugs
Terraform Integration
Learn more about where this data comes from
Bug Scrub Advisor
Streamline upgrades with automated vendor bug scrubs
BugZero Enterprise
Wish you caught this bug sooner? Get proactive today.