diff --git a/builder/cloudstack/step_create_instance.go b/builder/cloudstack/step_create_instance.go index 49c728f66..81f0c0699 100644 --- a/builder/cloudstack/step_create_instance.go +++ b/builder/cloudstack/step_create_instance.go @@ -48,7 +48,7 @@ func (s *stepCreateInstance) Run(_ context.Context, state multistep.StateBag) mu if keypair, ok := state.GetOk("keypair"); ok { kp := keypair.(string) - ui.Message(fmt.Sprintf("Found keypair: %s", kp)) + ui.Message(fmt.Sprintf("Using keypair: %s", kp)) p.SetKeypair(kp) }