Loading...
Loading...
### Terraform Version ```shell Starting: Terraform Apply ============================================================================== Task : Terraform CLI Description : Execute terraform cli commands Version : 1.2.3 Author : Charles Zipp Help : ============================================================================== /opt/hostedtoolcache/terraform/1.12.2/x64/terraform version Terraform v1.12.2 on linux_amd64 + provider registry.terraform.io/hashicorp/azurerm v4.31.0 ``` ### Terraform Configuration Files terraform { required_version = ">= 1.8.5" required_providers { azurerm = { source = "hashicorp/azurerm" version = "~> 4.31.0" } } } provider "azurerm" { # Configuration options features {} } ### Debug Output ``` goroutine 38 [running]: runtime/debug.Stack() runtime/debug/stack.go:26 +0x5e github.com/hashicorp/terraform/internal/logging.PanicHandler() github.com/hashicorp/terraform/internal/logging/panic.go:84 +0x16a panic({0x33936a0?, 0xc0023b0ae0?}) runtime/panic.go:792 +0x132 github.com/zclconf/go-cty/cty.Value.True({{{0x4067d18?, 0xc00011acf0?}}, {0x32e04c0?, 0xc0004a04e0?}}) github.com/zclconf/go-cty@v1.16.2/cty/value_ops.go:402 +0xd3 github.com/zclconf/go-cty/cty.Value.False(...) github.com/zclconf/go-cty@v1.16.2/cty/value_ops.go:407 github.com/hashicorp/terraform/internal/backend/local.(*Local).opApply(0xc0009e23c0, {0x4067ab0, 0xc00060dc20}, {0x4067ab0, 0xc00060dc70}, 0xc0004b6640, 0xc000071880) github.com/hashicorp/terraform/internal/backend/local/backend_apply.go:344 +0x17a5 github.com/hashicorp/terraform/internal/backend/local.(*Local).Operation.func1() github.com/hashicorp/terraform/internal/backend/local/backend.go:339 +0xb8 created by github.com/hashicorp/terraform/internal/backend/local.(*Local).Operation in goroutine 1 github.com/hashicorp/terraform/internal/backend/local/backend.go:332 +0x3fa Apply complete! Resources: 0 added, 0 changed, 0 destroyed. ### Expected Behavior AKS cluster has to be configured. ### Actual Behavior terraform init, validate and plan commands are working fine. But terraform apply command is crashing for AKS cluster creating module. ### Steps to Reproduce terraform init terraform apply ### 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.