Loading...
Loading...
### Terraform Version ```shell Terraform v1.3.3 on windows_amd64 + provider registry.terraform.io/hashicorp/google v4.42.0 ``` ### Terraform Configuration Files ```terraform terraform { required_version = ">= 1.0.0, < 2.0.0" required_providers { google = { source = "hashicorp/google" version = ">= 4.0.0, < 5.0.0" } } } ``` ### Debug Output ```json {"format_version":"1.0","provider_schemas":{"registry.terraform.io/hashicorp/google":{"provider":{"version":0,"block":{"attributes":{" ``` ### Expected Behavior version should be "4.41.0" ### Actual Behavior Schema.json contains all of the resource information but critically, I can't tell what version of the provider the schema was generated from and the version field is just set to 0 ### Steps to Reproduce terraform init terraform providers schema -json > schema.json ### 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.