You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The plugin is distributed for Windows with an exe file extension, which is what Terraform assumes when trying to execute it. However, the following regex causes the plugin to exit as soon as it loads:
Describe the bug
The plugin is distributed for Windows with an exe file extension, which is what Terraform assumes when trying to execute it. However, the following regex causes the plugin to exit as soon as it loads:
terraform-provider-openapi/main.go
Line 97 in 53c0585
provider binary name terraform-provider-myprovider.exe does not match terraform naming convention
To Reproduce
Steps to reproduce the behavior:
Start-Process -FilePath [path to binary] -NoNewWindow
The text was updated successfully, but these errors were encountered: