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
This report captures the output of running tfgen with PULUMI_CONVERT=1.
8
+
The bridge attempts to convert Terraform HCL examples to Pulumi Python and Go.
9
+
Failures are non-blocking and indicate examples that need manual conversion.
10
+
11
+
## Conversion Output
12
+
13
+
```
14
+
warning: Unable to find the upstream provider's documentation:
15
+
The upstream repository is expected to be at "github.com/terraform-providers/terraform-provider-mica".
16
+
17
+
If the expected path is not correct, you should check the values of these fields (current values shown):
18
+
tfbridge.ProviderInfo{
19
+
GitHubHost: "github.com",
20
+
GitHubOrg: "terraform-providers",
21
+
Name: "mica",
22
+
TFProviderModuleVersion: "",
23
+
}
24
+
The original error is: error running 'go mod download -json' in "/home/gule/Workspace/team-infrastructure/terraform-provider-flashblade/pulumi/provider" dir for module: exit status 1
0 commit comments