Hi I try to import an existing groups resource int...
# google-cloud
c
Hi I try to import an existing groups resource into pulumi but am not able to get it working. Say I have an existing group called
gcp-developers@domain.tld
then I would expect the import command to be something like
Copy code
pulumi import gcp:cloudidentity/group:Group my-resource-name "gcp-developers@domain.tld"
or
Copy code
pulumi import gcp:cloudidentity/group:Group my-resource-name "gcp-developers"
Unfortunately this does not seam to work. Any suggestions on how this can be achieved?