-
Notifications
You must be signed in to change notification settings - Fork 10.3k
Failed to resolve relative path to module directory on WSL #38025
Copy link
Copy link
Closed
Labels
Description
Terraform Version
Terraform v1.14.3
on linux_amd64
+ provider registry.terraform.io/hashicorp/azurerm v4.57.0Terraform Configuration Files
component "default" {
source = "./storage-account"
inputs = {
}
providers = {
azurerm = provider.azurerm.this
}
}
Debug Output
...debug output, or link to a gist...
Expected Behavior
I expect it to work. I've validated the path is correct. This is running in Windows 11 on WSL2
Actual Behavior
see failure in attached logs
Steps to Reproduce
tf stacks validate
Additional Context
No response
References
No response
Generative AI / LLM assisted development?
No response
Reactions are currently unavailable