diff --git a/builder/hcloud/step_create_server.go b/builder/hcloud/step_create_server.go index ac3253764..63a52d0ef 100644 --- a/builder/hcloud/step_create_server.go +++ b/builder/hcloud/step_create_server.go @@ -31,7 +31,7 @@ func (s *stepCreateServer) Run(ctx context.Context, state multistep.StateBag) mu state.Put("error", fmt.Errorf("Problem reading user data file: %s", err)) return multistep.ActionHalt } - + userData = string(contents) }