pulumi / registry

The global index of everything you can do with Pulumi.
https://www.pulumi.com/registry
Apache License 2.0
26 stars 121 forks source link

Google Native Provider Installation/Configuration Uses `gcp` instead of `google-native` #1586

Open phillipedwards opened 1 year ago

phillipedwards commented 1 year ago

What happened?

GCP Native Installation & Configuration incorrectly uses gcp instead of google-native to set the GCP Project ID.

image

Steps to reproduce

Go to https://www.pulumi.com/registry/packages/google-native/installation-configuration/

Expected Behavior

pulumi config set gcp:project your-gcp-project-id

should be

pulumi config set google-native:project your-gcp-project-id

Actual Behavior

pulumi config set gcp:project your-gcp-project-id

Output of pulumi about

No response

Additional context

No response

Contributing

Vote on this issue by adding a 👍 reaction. To contribute a fix for this issue, leave a comment (and link to your pull request, if you've opened one already).

susanev commented 1 year ago

@phillipedwards did you assign yourself because you will also be opening a pr?

phillipedwards commented 1 year ago

Indeed!!