pulumi / pulumi-gcp

A Google Cloud Platform (GCP) Pulumi resource package, providing multi-language access to GCP
Apache License 2.0
183 stars 53 forks source link

Docs: Import for Group and GroupMembership do not provide good information for format of the Group name. #1779

Open MitchellGerdisch opened 8 months ago

MitchellGerdisch commented 8 months ago

What happened?

Looking at the docs for importing a Group or GroupMembership, https://www.pulumi.com/registry/packages/gcp/api-docs/cloudidentity/group/#import https://www.pulumi.com/registry/packages/gcp/api-docs/cloudidentity/groupmembership/#import

All it says that the resource name needs to be of the form {{name}} which is meaningless. The format should be groups/xxxxxxx This appears to be a problem with the upstream provider but wanted to capture it here for tracking.

Example

See links above.

Output of pulumi about

N/A

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).

iwahbe commented 8 months ago

Thanks for letting us know @MitchellGerdisch.