Loading...
Loading...
### Terraform Version ```shell Terraform v1.13.3 on linux_amd64 + provider registry.terraform.io/hashicorp/azurerm v4.48.0 ``` ### Terraform Configuration Files ``` git clone https://github.com/polasekr/terraform-issue.git export TF_VAR_resource_group_name="****" export ARM_SUBSCRIPTION_ID="******" cd terraform-issue terraform init terraform plan ``` ### Debug Output ``` https://gist.github.com/polasekr/999050b480787e8f9a9b43e0c267c3cf ``` ### Expected Behavior It should create two dynamic blocks ip_rule. ### Actual Behavior An error message: ╷ │ Error: Unsupported attribute │ │ on modules/container-registry/main.tf line 18, in resource "azurerm_container_registry" "this": │ 18: for_each = toset(var.allowed_ip_ranges) │ │ This object does not have an attribute named "allowed_ip_ranges". ### Steps to Reproduce ``` git clone https://github.com/polasekr/terraform-issue.git export TF_VAR_resource_group_name="****" export ARM_SUBSCRIPTION_ID="******" cd terraform-issue terraform init terraform plan ``` ### 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.