Loading...
Loading...
### Terraform Version ```shell Terraform v1.12.2 on linux_amd64 ``` ### Terraform Configuration Files ```terraform template { containers { liveness_probe { grpc { service = "grpc.health.v1.Health" } initial_delay_seconds = 15 timeout_seconds = 3 period_seconds = 10 failure_threshold = 3 } } } } ``` ### Debug Output ``` │ Error: Unsupported block type │ │ on main.tf line 71, in resource "google_cloud_run_v2_service" "this": │ 71: grpc { │ │ Blocks of type "grpc" are not expected here. ``` ### Expected Behavior I expect terraform to understand the `grpc` block inside the `startup_probe` and `liveness_probe`. According to the docs, this is explicitly supported: https://registry.terraform.io/providers/hashicorp/google/latest/docs/resources/cloud_run_v2_service#nested_template_containers_containers_liveness_probe_grpc ### Actual Behavior Terraform raises an error saying that it does not understand the `grpc` block. ### 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.