Loading...
Loading...
### Terraform Version ```shell v1.15.0 ``` ### Terraform Configuration Files ```terraform terraform { required_version = ">= 1.0" required_providers { azurerm = { source = "hashicorp/azurerm" version = ">= 4.0, < 5.0" } [...] } backend "azurerm" {} } [...] ``` ### Debug Output ``` Run terraform validate ╷ │ Error: Missing required argument │ │ on providers.tf line 10, in terraform: │ 10: backend "azurerm" { │ │ The argument "container_name" is required, but no definition was found. ╵ ╷ │ Error: Missing required argument │ │ on providers.tf line 10, in terraform: │ 10: backend "azurerm" { │ │ The argument "key" is required, but no definition was found. ╵ ╷ │ Error: Missing required argument │ │ on providers.tf line 10, in terraform: │ 10: backend "azurerm" { │ │ The argument "storage_account_name" is required, but no definition was │ found. ╵ Error: Terraform exited with code 1. Error: Process completed with exit code 1. ``` ### Expected Behavior Was working fine on versions < 1.15.0 ### Actual Behavior container_name, key, storage_account_name should not be required ### Steps to Reproduce see provider definition above ### Additional Context _No response_ ### References _No response_ ### Generative AI / LLM assisted development? _No response_
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.