Hello folks,
I want to import GCP resources that are created through console. Is there a reference doc that lists how to reference each and every gcp resource through its ID?
For instance what is the correct command for importing instanceGroup as the below one continues to state the referenced resource doesn't exist even though it is already created and used.
pulumi import gcp:compute/instanceGroup:InstanceGroup my-instance-group projects/my-project/zones/us-central1-a/instanceGroups/my-instance-group
I've tried with zone and regions variations and also with InstanceGroupManager but so far no luck.