We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8062afe commit 2d20150Copy full SHA for 2d20150
docs/guides/upgrade-sdk-to-pf.md
@@ -47,7 +47,7 @@ Follow these steps if you have a Pulumi provider that was bridged from a Terrafo
47
```
48
49
2. Find tfgen binary `main` that calls `tfgen.Main` from `github.com/pulumi/pulumi-terraform-bridge/v3/pkg/tfgen`
50
- and update it to call `tfgen.Main` from `github.com/pulumi/pulumi-terraform-bridge/v3/pf/tfgen`.
+ and update it to call `tfgen.Main` from `github.com/pulumi/pulumi-terraform-bridge/v3/pkg/pf/tfgen`.
51
52
Note that the extra verson parameter is removed from `tfgen.Main`, so this code:
53
0 commit comments