acoustic-tiger-77630
08/25/2022, 7:59 PMprovider/resources.go
In the Golang section below, I see the url pointing to the pulumi repository instead of the provider repo. Which one is correct?
Golang: &tfbridge.GolangInfo{
ImportBasePath: filepath.Join(
fmt.Sprintf("<http://github.com/pulumi/pulumi-%[1]s/sdk/|github.com/pulumi/pulumi-%[1]s/sdk/>", mainPkg),
tfbridge.GetModuleMajorVersion(version.Version),
"go",
mainPkg,
),
GenerateResourceContainerTypes: true,
2. In provider/cmd/pulumi-resource-foo/main.go
it also points to a pulumi repository i.e zpa “http://github.com/pulumi/pulumi-xyz/provider” Should the repository still point to pulumi instead? Looking at other providers, they all point to pulumi instead of their own repo as specified in the boilerplate.billowy-army-68599
08/25/2022, 8:34 PMacoustic-tiger-77630
08/25/2022, 8:42 PMbillowy-army-68599
08/25/2022, 8:45 PMacoustic-tiger-77630
08/25/2022, 8:47 PMbillowy-army-68599
08/25/2022, 8:53 PMacoustic-tiger-77630
08/25/2022, 8:54 PMbillowy-army-68599
08/25/2022, 8:59 PMacoustic-tiger-77630
08/25/2022, 9:01 PMbillowy-army-68599
08/25/2022, 9:21 PMacoustic-tiger-77630
08/25/2022, 9:24 PMbillowy-army-68599
08/25/2022, 9:25 PMacoustic-tiger-77630
08/25/2022, 9:26 PMbillowy-army-68599
08/25/2022, 9:31 PMacoustic-tiger-77630
08/25/2022, 9:34 PM