-
Notifications
You must be signed in to change notification settings - Fork 53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Golang sdk, serviceAccount package not exists, should be "serviceaccount". #722
Comments
I ran into this issue as well when I imported a serviceaccount. the outputted code declared the go module as |
Got same issue and the example on this page https://www.pulumi.com/registry/packages/gcp/api-docs/serviceaccount/account/ is also wrong:
It should be:
|
Wow its still not fixed. Again I have encountered this error and found answer in my bug report. |
Seriously still not fixed... The schema.json is full of issues. I found a few typos for some other resources as well. |
Still not fixed :-( |
Renames the `serviceAccount` module to `serviceaccount` according to our convention of lowercase modules. It's been a long-standing override that we can now get rid of. The change adds aliases to the old type names. In terms of SDKs, this change is non-breaking for Node, Python, and .NET, but is breaking for Go and Java. We do need to call it out in our migration guide. Once v7 ships, this will fix #722
I'm trying to follow docs but I can't use given package and it's not available in package repository
When trying to use serviceaccount package I'm getting
https://www.pulumi.com/registry/packages/gcp/api-docs/serviceaccount/account/
Also it's not available there
https://pkg.go.dev/github.com/pulumi/pulumi-gcp/sdk/[email protected]/go/gcp/serviceAccount
Looks like bug in tutorial as correct name is
serviceaccount
https://pkg.go.dev/github.com/pulumi/pulumi-gcp/sdk/[email protected]/go/gcp/serviceaccount
The text was updated successfully, but these errors were encountered: