fix(test): convert p.gce.instance.instance_id to str
Sdk changes surface instance_id as integer rather than as str.
Convert it appropiately and adopt pycloudlib's public API, rather than
directly accessing instance_id on the GCE SDK underliying instance
object.
Proposed Commit Message
Additional Context
Test Steps
Merge type