Loading...
Loading...
### Terraform Version ```shell ❯ terraform version Terraform v1.9.2 on linux_amd64 + provider registry.terraform.io/hashicorp/google v5.37.0 + provider registry.terraform.io/hashicorp/google-beta v5.37.0 ``` ### Terraform Configuration Files I'm unable to share it. It's a module I've written that is mostly cloud foundation fabric modules with a few "raw" google resources as well. In this particular instance I'm just trying to apply this one resource: ``` resource "google_compute_address" "validator" { count = var.details.instances_per_region name = format("validator-%02d", count.index + 1) project = var.project_id region = var.details.region } ``` ### Debug Output [terraform.log.gz](https://github.com/user-attachments/files/16312089/terraform.log.gz) EDIT: gist is getting cut off. ### Expected Behavior Terraform should have created my resources instead of crashing. ### Actual Behavior Terraform crashed ### Steps to Reproduce Trying to create only one set of resources in an empty environment. 1. `terraform init` 2. `terraform apply -target='module.infra.google_compute_address.validator'` ### Additional Context _No response_ ### References _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.