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
What version of the Terraform exporter are you using?
0.1.0-beta
What version of the Terraform CLI are you using?
1.8.0
What type of issue are you facing
bug report
Describe the bug
On Systems that do not have go installed, the CLI will exit with error as it will not be able to execute the go mod command:
🚀 Creation of resource list started ...
⣾ collecting resources
2024/11/18 19:15:08 read doc failed for data-sources, btp_subaccount: could not find docs for data-sources btp_subaccount
As this error is not handled the propagated error is the read doc failed error.
Expected Behavior
The binary ideally should not need go installed as a prerequisite.
Steps To Reproduce
No response
User's Role Collections
No response
Add screenshots to help explain your problem
No response
Additional context
No response
The text was updated successfully, but these errors were encountered:
While the error is the same, the main reason for creating this bug was to discuss an alternative approach to the current go mod download method to acquire the documents make sense? (For E.G using alternative like go-github) as this reduces the user's dependency on having to have go installed on their system. (We can always keep go installation as a dependency).
As a side note, the error here is the same as in #182 as the error as go run error is not propagated as of now and should be fixed as well.
Is there an existing issue for this?
What version of the Terraform exporter are you using?
0.1.0-beta
What version of the Terraform CLI are you using?
1.8.0
What type of issue are you facing
bug report
Describe the bug
On Systems that do not have
go
installed, the CLI will exit with error as it will not be able to execute thego mod
command:As this error is not handled the propagated error is the read doc failed error.
Expected Behavior
The binary ideally should not need go installed as a prerequisite.
Steps To Reproduce
No response
User's Role Collections
No response
Add screenshots to help explain your problem
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: