Loading...
Loading...
### Terraform Version ```shell $ terraform.exe version Terraform v1.14.2 on windows_amd64 + provider registry.terraform.io/hashicorp/aws v6.28.0 + provider registry.terraform.io/hashicorp/local v2.6.1 + provider registry.terraform.io/hashicorp/random v3.8.0 Your version of Terraform is out of date! The latest version is 1.14.3. You can update by downloading from https://developer.hashicorp.com/terraform/install ``` ### Terraform Configuration Files ```terraform terraform { required_providers { random = { source = "hashicorp/random" version = "~> 3.7" } } } resource "random_pet" "random" { } ``` ### Debug Output https://gist.github.com/Frelthra/2bb3b76582d4aa83a45b574848c2134d ### Expected Behavior I would have expected a random pet resource to be created ### Actual Behavior ╷ │ Error: Failed to load plugin schemas │ │ Error while loading schemas for plugin components: Failed to obtain provider schema: Could │ not load the schema for provider registry.terraform.io/hashicorp/random: failed to │ instantiate provider "registry.terraform.io/hashicorp/random" to obtain schema: fork/exec │ .terraform/providers/registry.terraform.io/hashicorp/random/3.8.0/windows_amd64/terraform-provider-random_v3.8.0_x5.exe: │ This program is blocked by group policy. For more information, contact your system │ administrator... ╵ Mon Jan 19 13:21:22 WEST 2026 ### Steps to Reproduce terraform init terraform plan ### Additional Context PS C:\Users\############################\.terraform\providers\registry.terraform.io\hashicorp\random\3.8.0\windows_amd64> (Get-AuthenticodeSignature -FilePath terraform-provider-random_v3.8.0_x5.exe).SignerCertificate | Format-List Subject : CN="HashiCorp, Inc.", OU=HashiCorp Security, O="HashiCorp, Inc.", L=San Francisco, S=California, C=US Issuer : CN=DigiCert Trusted G4 Code Signing RSA4096 SHA384 2021 CA1, O="DigiCert, Inc.", C=US Thumbprint : 7868E4F55FD7B047CD8BF93FEA8C38509CFB5939 FriendlyName : NotBefore : 2023-01-10 01:00:00 NotAfter : 2026-01-10 00:59:59 Extensions : {System.Security.Cryptography.Oid, System.Security.Cryptography.Oid, System.Security.Cryptography.Oid, System.Security.Cryptogra phy.Oid...} PS C:\Users\#################################\.terraform\providers\registry.terraform.io\hashicorp\random\3.8.0\windows_amd64> And from a freshly downloaded version 1.14.3: PS C:\Users\########> (Get-AuthenticodeSignature -FilePath "h:\terraform.exe").SignerCertificate | Format-List Subject : CN="HashiCorp, Inc.", OU=HashiCorp Security, O="HashiCorp, Inc.", L=San Francisco, S=California, C=US Issuer : CN=DigiCert Trusted G4 Code Signing RSA4096 SHA384 2021 CA1, O="DigiCert, Inc.", C=US Thumbprint : 7868E4F55FD7B047CD8BF93FEA8C38509CFB5939 FriendlyName : NotBefore : 2023-01-10 01:00:00 NotAfter : 2026-01-10 00:59:59 Extensions : {System.Security.Cryptography.Oid, System.Security.Cryptography.Oid, System.Security.Cryptography.Oid, System.Security.Cryptogra phy.Oid...} PS C:\Users\########> ### 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.