• Matt Page's avatar
    fix: Respect metadata supplied for GCE builders. · 0fe61fa1
    Matt Page authored
    Previously, any per instance metadata supplied via the GCE builder
    was ignored.
    
    Test plan:
    
    - make test
    - Manual testing via:
    -- Created a packer config that contained a GCE builder with custom
       metadata set.
    -- Ran `packer build`.
    -- Verified the instance had the correct metadata in the GCE console.
    0fe61fa1
step_create_instance.go 3.19 KB